summaryrefslogtreecommitdiff
path: root/configs/k2hk_evm_defconfig
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2022-07-15 20:31:48 +0300
committerTom Rini <trini@konsulko.com>2022-07-25 21:57:27 +0300
commita9ec2f6509f09eacd5094eff176723d4f99a483e (patch)
tree6f30f720093f30f1660917f275a5f957236a69ad /configs/k2hk_evm_defconfig
parent121596a98fea008d15b052879239f2d2b0e16f6b (diff)
downloadu-boot-a9ec2f6509f09eacd5094eff176723d4f99a483e.tar.xz
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_evm_defconfig')
-rw-r--r--configs/k2hk_evm_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/k2hk_evm_defconfig b/configs/k2hk_evm_defconfig
index cfe5978e55..c9a53bb770 100644
--- a/configs/k2hk_evm_defconfig
+++ b/configs/k2hk_evm_defconfig
@@ -4,7 +4,7 @@ CONFIG_SPL_SKIP_LOWLEVEL_INIT=y
CONFIG_SYS_DCACHE_OFF=y
CONFIG_ARCH_CPU_INIT=y
CONFIG_ARCH_KEYSTONE=y
-CONFIG_ISW_ENTRY_ADDR=0xC200000
+CONFIG_SPL_TEXT_BASE=0xC200000
CONFIG_SYS_TEXT_BASE=0xC000000
CONFIG_SYS_MALLOC_LEN=0x2000000
CONFIG_SYS_MALLOC_F_LEN=0x400