summaryrefslogtreecommitdiff
path: root/configs/k2hk_hs_evm_defconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-07-15 12:31:48 -0500
committerTom Rini <trini@konsulko.com>2022-07-25 14:57:27 -0400
commita9ec2f6509f09eacd5094eff176723d4f99a483e (patch)
tree6f30f720093f30f1660917f275a5f957236a69ad /configs/k2hk_hs_evm_defconfig
parent121596a98fea008d15b052879239f2d2b0e16f6b (diff)
spl: Use SPL_TEXT_BASE instead of ISW_ENTRY_ADDR
The ISW_ENTRY_ADDR symbol was used for OMAP devices in place of SPL_TEXT_BASE. Keystone2 HS devices were not using it right either. Remove ISW_ENTRY_ADDR and use SPL_TEXT_BASE directly. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/k2hk_hs_evm_defconfig')
-rw-r--r--configs/k2hk_hs_evm_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/k2hk_hs_evm_defconfig b/configs/k2hk_hs_evm_defconfig
index 5caf3db2fe..87addbd8ab 100644
--- a/configs/k2hk_hs_evm_defconfig
+++ b/configs/k2hk_hs_evm_defconfig
@@ -4,7 +4,6 @@ CONFIG_SYS_DCACHE_OFF=y
CONFIG_ARCH_CPU_INIT=y
CONFIG_ARCH_KEYSTONE=y
CONFIG_TI_SECURE_DEVICE=y
-CONFIG_ISW_ENTRY_ADDR=0xC200000
CONFIG_SYS_TEXT_BASE=0xC000060
CONFIG_SYS_MALLOC_LEN=0x2000000
CONFIG_SYS_MALLOC_F_LEN=0x400