summaryrefslogtreecommitdiff
path: root/include/configs/T208xRDB.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-23 21:19:46 -0600
committerTom Rini <trini@konsulko.com>2017-07-25 21:33:22 -0400
commit337cd3f211223719a173a89e4527475ac22e8a01 (patch)
treebbc8a11d7cd54fbf80b6561a7d1faf865e587428 /include/configs/T208xRDB.h
parent91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (diff)
Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_REMOTE Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/T208xRDB.h')
-rw-r--r--include/configs/T208xRDB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h
index e0a5fc9749..862e079e67 100644
--- a/include/configs/T208xRDB.h
+++ b/include/configs/T208xRDB.h
@@ -144,7 +144,6 @@
#define CONFIG_ENV_SIZE 0x2000
#define CONFIG_ENV_OFFSET (2 * CONFIG_SYS_NAND_BLOCK_SIZE)
#elif defined(CONFIG_SRIO_PCIE_BOOT_SLAVE)
-#define CONFIG_ENV_IS_IN_REMOTE
#define CONFIG_ENV_ADDR 0xffe20000
#define CONFIG_ENV_SIZE 0x2000
#elif defined(CONFIG_ENV_IS_NOWHERE)