aboutsummaryrefslogtreecommitdiff
path: root/common/spl
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2024-01-24 15:42:04 +0800
committerKever Yang <kever.yang@rock-chips.com>2024-02-04 18:01:03 +0800
commitce7ae9d2dbe1190153157bddfdefb121f09e1e3e (patch)
tree7ecfeccdec2d1e37337943e94791b6c3f79165e0 /common/spl
parent875bc40a00f92cd9b5882eaed57a5a3c361328d2 (diff)
downloadu-boot-ce7ae9d2dbe1190153157bddfdefb121f09e1e3e.zip
u-boot-ce7ae9d2dbe1190153157bddfdefb121f09e1e3e.tar.gz
u-boot-ce7ae9d2dbe1190153157bddfdefb121f09e1e3e.tar.bz2
spl: Make SPL_STACK available for ROCKCHIP_RK3036 without spl framework
rk3036 soc has limit internal sram, and not able to support spl framework. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'common/spl')
-rw-r--r--common/spl/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index 8805dd3..6405374 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -371,7 +371,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