rockchip: rk3399: Adjust initial TPL-stack to match SPL
There doesn't seem to be a good reason to use a different value for TPL than SPL. Change the TPL value, since it allows a 256-byte bloblist to be safely located above the stack in all phases. Note that for most boards, SDRAM init happens in TPL so the SPL stack ends up in DRAM, at address CONFIG_SPL_STACK_R_ADDR. Series-changes: 2 - Reword commit to mention comments from Jonas Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -159,7 +159,7 @@ config TPL_LDSCRIPT
|
||||
default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
|
||||
|
||||
config TPL_STACK
|
||||
default 0xff8effff
|
||||
default 0xff8eff00
|
||||
|
||||
config TPL_TEXT_BASE
|
||||
default 0xff8c2000
|
||||
|
||||
Reference in New Issue
Block a user