diff options
author | Simon Glass | 2017-07-23 21:19:46 -0600 |
---|---|---|
committer | Tom Rini | 2017-07-25 21:33:22 -0400 |
commit | 337cd3f211223719a173a89e4527475ac22e8a01 (patch) | |
tree | bbc8a11d7cd54fbf80b6561a7d1faf865e587428 /include/configs/P2041RDB.h | |
parent | 91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (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/P2041RDB.h')
-rw-r--r-- | include/configs/P2041RDB.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/P2041RDB.h b/include/configs/P2041RDB.h index a31989835bb..38fbf3785f7 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) |