diff options
author | Tom Rini | 2019-03-19 07:14:37 -0400 |
---|---|---|
committer | Tom Rini | 2019-04-12 08:05:55 -0400 |
commit | 9c4b0131d1d06dc87cecd08f065ec9b5c0f08b0f (patch) | |
tree | 2bc0d213b2173dccdc3356b7874672861da281cd /configs/k2e_evm_defconfig | |
parent | 55f8b70fee856f7fc2ccf452e3533814e98a1ac6 (diff) |
ti: keystone2: Move CONFIG_ISW_ENTRY_ADDR to a common place
The ISW_ENTRY_ADDR Kconfig option under mach-omap2 isn't a SoC specific
notion but rather "where is our previous stage loaded in memory?"
option. Make use of this on ARCH_KEYSTONE rather than SPL_TEXT_BASE for
our HS builds that are not using SPL anyhow.
Cc: Vitaly Andrianov <vitalya@ti.com>
Cc: Andrew F. Davis <afd@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com?
Diffstat (limited to 'configs/k2e_evm_defconfig')
-rw-r--r-- | configs/k2e_evm_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/k2e_evm_defconfig b/configs/k2e_evm_defconfig index 6123daded33..fb006dcda96 100644 --- a/configs/k2e_evm_defconfig +++ b/configs/k2e_evm_defconfig @@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_KEYSTONE=y +CONFIG_ISW_ENTRY_ADDR=0xC100000 CONFIG_SYS_TEXT_BASE=0xC000000 CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SPL_LIBCOMMON_SUPPORT=y |