summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 12:25:14 +0300
committerTom Rini <trini@konsulko.com>2017-05-22 16:33:54 +0300
commitffc76589d0e728877992b7247a2ced39025e4493 (patch)
tree8a52b5f4f34171980e2700526d8f49737348bfff /include
parenta55d29d2ac658b33989a7c4c368beff46a98bcde (diff)
downloadu-boot-ffc76589d0e728877992b7247a2ced39025e4493.tar.xz
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.h1
-rw-r--r--include/configs/sandbox.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/ids8313.h b/include/configs/ids8313.h
index 17944a9058..69e2b9e397 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 9aa18d465f..9d69fa2bc5 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