diff options
author | Simon Glass | 2017-05-17 03:25:14 -0600 |
---|---|---|
committer | Tom Rini | 2017-05-22 09:33:54 -0400 |
commit | ffc76589d0e728877992b7247a2ced39025e4493 (patch) | |
tree | 8a52b5f4f34171980e2700526d8f49737348bfff /include | |
parent | a55d29d2ac658b33989a7c4c368beff46a98bcde (diff) |
Convert CONFIG_CMD_ENV_FLAGS to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ENV_FLAGS
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/ids8313.h | 1 | ||||
-rw-r--r-- | include/configs/sandbox.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h index 17944a90581..69e2b9e3972 100644 --- a/include/configs/ids8313.h +++ b/include/configs/ids8313.h @@ -444,7 +444,6 @@ #define CONFIG_UBOOTPATH "ids8313/u-boot.bin" #define CONFIG_FDTFILE "ids8313/ids8313.dtb" #define CONFIG_LOADADDR 0x400000 -#define CONFIG_CMD_ENV_FLAGS #define CONFIG_ENV_FLAGS_LIST_STATIC "ethaddr:mo,eth1addr:mo" /* Initial Memory map for Linux*/ diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 9aa18d465f3..9d69fa2bc50 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -107,8 +107,6 @@ #define CONFIG_CMD_SANDBOX -#define CONFIG_CMD_ENV_FLAGS - #define CONFIG_BOOTARGS "" #ifndef SANDBOX_NO_SDL |