env: Move env_set() to env.h
[oweals/u-boot.git] / board / silica / pengwyn / board.c
index e736afbf9370e08ae907bd47e00dd6ed36356b0c..dc10b76160afc4e45af0ef0197921ff4d866f2be 100644 (file)
@@ -1,12 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * board.c
  *
  * Copyright (C) 2013 Lothar Felten <lothar.felten@gmail.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
+#include <env.h>
 #include <environment.h>
 #include <asm/arch/cpu.h>
 #include <asm/arch/hardware.h>