[PATCH 1/2] spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework
Kever Yang
kever.yang at rock-chips.com
Wed Jan 24 08:54:50 CET 2024
rk3036 soc has limit internal sram, and not able to support spl
framework.
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
common/spl/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index e7b84fc1fa6..9deee0fdbea 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -372,7 +372,8 @@ config SPL_SHARES_INIT_SP_ADDR
config SPL_STACK
hex "Initial stack pointer location"
- depends on (ARM || ARCH_JZ47XX || MICROBLAZE || RISCV) && SPL_FRAMEWORK
+ depends on (ARM || ARCH_JZ47XX || MICROBLAZE || RISCV) && \
+ SPL_FRAMEWORK || ROCKCHIP_RK3036
depends on !SPL_SHARES_INIT_SP_ADDR
default 0x946bb8 if ARCH_MX7
default 0x93ffb8 if ARCH_MX6 && MX6_OCRAM_256KB
--
2.25.1
More information about the U-Boot
mailing list