Enable an environment area.

Signed-off-by: Simon Glass <s...@chromium.org>
---

 include/configs/chromebook_link.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/include/configs/chromebook_link.h 
b/include/configs/chromebook_link.h
index 22cb134..9b70435 100644
--- a/include/configs/chromebook_link.h
+++ b/include/configs/chromebook_link.h
@@ -68,6 +68,11 @@
 #define CONFIG_CMD_CROS_EC
 #define CONFIG_ARCH_EARLY_INIT_R
 
+#undef CONFIG_ENV_IS_NOWHERE
+#define CONFIG_ENV_IS_IN_SPI_FLASH
+#define CONFIG_ENV_OFFSET              0x003f8000
+#define CONFIG_ENV_SECT_SIZE           256
+
 #define CONFIG_STD_DEVICES_SETTINGS     "stdin=usbkbd,vga,serial\0" \
                                        "stdout=vga,serial\0" \
                                        "stderr=vga,serial\0"
-- 
2.2.0.rc0.207.ga3a616c

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to