summaryrefslogtreecommitdiff
path: root/include/configs/P2041RDB.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 06:19:46 +0300
committerTom Rini <trini@konsulko.com>2017-07-26 04:33:22 +0300
commit337cd3f211223719a173a89e4527475ac22e8a01 (patch)
treebbc8a11d7cd54fbf80b6561a7d1faf865e587428 /include/configs/P2041RDB.h
parent91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (diff)
downloadu-boot-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/P2041RDB.h')
-rw-r--r--include/configs/P2041RDB.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h
index a31989835b..38fbf3785f 100644
--- a/include/configs/P2041RDB.h
+++ b/include/configs/P2041RDB.h
@@ -81,7 +81,6 @@
#define CONFIG_ENV_SIZE CONFIG_SYS_NAND_BLOCK_SIZE
#define CONFIG_ENV_OFFSET (7 * 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)