diff options
author | Tom Rini | 2021-08-23 10:25:31 -0400 |
---|---|---|
committer | Tom Rini | 2021-08-31 17:46:37 -0400 |
commit | 49c8ef0e45a91ec894ef15e7d043dafe8f1c5efd (patch) | |
tree | e938e373a25b69050e51d30db0fc8952a7d9b934 /include/configs/imxrt1020-evk.h | |
parent | 72d81360aabd0485d3832d292bbea29c7c4554ef (diff) |
Convert CONFIG_SYS_LOAD_ADDR to Kconfig
Now that we have consistent usage, migrate this symbol to Kconfig.
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Rick Chen <rick@andestech.com>
Diffstat (limited to 'include/configs/imxrt1020-evk.h')
-rw-r--r-- | include/configs/imxrt1020-evk.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/imxrt1020-evk.h b/include/configs/imxrt1020-evk.h index a2b1ab10d9b..bd5b013fb8a 100644 --- a/include/configs/imxrt1020-evk.h +++ b/include/configs/imxrt1020-evk.h @@ -11,12 +11,6 @@ #define CONFIG_SYS_INIT_SP_ADDR 0x20240000 -#ifdef CONFIG_SUPPORT_SPL -#define CONFIG_SYS_LOAD_ADDR 0x20209000 -#else -#define CONFIG_SYS_LOAD_ADDR 0x80000000 -#endif - #define CONFIG_SYS_FSL_ERRATUM_ESDHC135 1 #define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1 |