summaryrefslogtreecommitdiff
path: root/configs/am335x_hs_evm_defconfig
diff options
context:
space:
mode:
authorPaul Kocialkowski <[email protected]>2024-07-28 22:24:53 +0200
committerTom Rini <[email protected]>2024-08-06 18:32:45 -0600
commit7cf8ded76ca25922e2f84f78058596db8408d89e (patch)
treeb571443e165355e0fa77ae0783b76f97e6494aab /configs/am335x_hs_evm_defconfig
parent5b98b0e9048125a63144329fa87661309f801255 (diff)
am33xx: Define common init stack pointer address in Kconfig
The init stack pointer was defined to the same value in each AM33xx board defconfig. Move the common definition to the Kconfig option declaration instead. Signed-off-by: Paul Kocialkowski <[email protected]> Reviewed-by: Tom Rini <[email protected]> Tested-by: Derald D. Woods <[email protected]>
Diffstat (limited to 'configs/am335x_hs_evm_defconfig')
-rw-r--r--configs/am335x_hs_evm_defconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/configs/am335x_hs_evm_defconfig b/configs/am335x_hs_evm_defconfig
index 3694cc32db9..d780239715f 100644
--- a/configs/am335x_hs_evm_defconfig
+++ b/configs/am335x_hs_evm_defconfig
@@ -3,8 +3,6 @@ CONFIG_ARCH_CPU_INIT=y
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_TI_SECURE_DEVICE=y
CONFIG_TI_COMMON_CMD_OPTIONS=y
-CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
-CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x4030ff00
CONFIG_SF_DEFAULT_SPEED=24000000
CONFIG_DEFAULT_DEVICE_TREE="am335x-evm"
CONFIG_SPL_TEXT_BASE=0x40300350