summaryrefslogtreecommitdiff
path: root/include/configs/ea20.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:12 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 13:33:53 (GMT)
commitdcab138793d9fde507e48e3b956bb4d824ff5eb4 (patch)
treec9657f57129d5faeda21c086649a67411deddc02 /include/configs/ea20.h
parent42e6f852dd0df304519f8dcb8b942a9324164c43 (diff)
downloadu-boot-dcab138793d9fde507e48e3b956bb4d824ff5eb4.tar.xz
Kconfig: Drop CONFIG_CMD_ENV
This option is not used in U-Boot. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/ea20.h')
-rw-r--r--include/configs/ea20.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index 3a5b5c7..53ee1ad 100644
--- a/include/configs/ea20.h
+++ b/include/configs/ea20.h
@@ -128,7 +128,6 @@
/*
* U-Boot commands
*/
-#define CONFIG_CMD_ENV
#define CONFIG_CMD_SAVES
#ifdef CONFIG_CMD_BDI
@@ -169,7 +168,6 @@
!defined(CONFIG_USE_SPIFLASH)
#define CONFIG_ENV_IS_NOWHERE
#define CONFIG_ENV_SIZE (16 << 10)
-#undef CONFIG_CMD_ENV
#endif
/* additions for new relocation code, must added to all boards */