mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 15:28:50 +00:00
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>
This commit is contained in:
parent
875bc40a00
commit
ce7ae9d2db
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@ config SPL_SHARES_INIT_SP_ADDR
|
||||||
|
|
||||||
config SPL_STACK
|
config SPL_STACK
|
||||||
hex "Initial stack pointer location"
|
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
|
depends on !SPL_SHARES_INIT_SP_ADDR
|
||||||
default 0x946bb8 if ARCH_MX7
|
default 0x946bb8 if ARCH_MX7
|
||||||
default 0x93ffb8 if ARCH_MX6 && MX6_OCRAM_256KB
|
default 0x93ffb8 if ARCH_MX6 && MX6_OCRAM_256KB
|
||||||
|
|
Loading…
Add table
Reference in a new issue