summaryrefslogtreecommitdiff
path: root/include/configs/T208xRDB.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:46 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:33:22 (GMT)
commit337cd3f211223719a173a89e4527475ac22e8a01 (patch)
treebbc8a11d7cd54fbf80b6561a7d1faf865e587428 /include/configs/T208xRDB.h
parent91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (diff)
downloadu-boot-fsl-qoriq-337cd3f211223719a173a89e4527475ac22e8a01.tar.xz
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 e0a5fc9..862e079 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)