diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:12 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 09:33:53 -0400 |
commit | dcab138793d9fde507e48e3b956bb4d824ff5eb4 (patch) | |
tree | c9657f57129d5faeda21c086649a67411deddc02 /include/configs/vme8349.h | |
parent | 42e6f852dd0df304519f8dcb8b942a9324164c43 (diff) | |
download | u-boot-dcab138793d9fde507e48e3b956bb4d824ff5eb4.tar.gz |
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/vme8349.h')
-rw-r--r-- | include/configs/vme8349.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/vme8349.h b/include/configs/vme8349.h index ae18bd6338..1aed81fc14 100644 --- a/include/configs/vme8349.h +++ b/include/configs/vme8349.h @@ -351,10 +351,6 @@ #define CONFIG_CMD_PCI #endif -#if defined(CONFIG_SYS_RAMBOOT) - #undef CONFIG_CMD_ENV -#endif - /* Pass Ethernet MAC to VxWorks */ #define CONFIG_SYS_VXWORKS_MAC_PTR 0x000043f0 |