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/T102xQDS.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/T102xQDS.h')
-rw-r--r-- | include/configs/T102xQDS.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/T102xQDS.h b/include/configs/T102xQDS.h index d1287fc2246..cfb495fe8be 100644 --- a/include/configs/T102xQDS.h +++ b/include/configs/T102xQDS.h @@ -162,7 +162,6 @@ #define CONFIG_ENV_SIZE 0x2000 #define CONFIG_ENV_OFFSET (10 * 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) |