Hi Simon, On 2025-02-05 02:55, Simon Glass wrote: > 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.
SPL is currently using DRAM memory as stack on all Rockchip AArch64 boards, so this commit subject and message does not make much sense. Regards, Jonas > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/arm/mach-rockchip/rk3399/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/mach-rockchip/rk3399/Kconfig > b/arch/arm/mach-rockchip/rk3399/Kconfig > index fc55b498111..8064b6286fc 100644 > --- a/arch/arm/mach-rockchip/rk3399/Kconfig > +++ b/arch/arm/mach-rockchip/rk3399/Kconfig > @@ -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