Re: [PATCH 23/29] rockchip: Adjust rk3399 TPL-stack to the same as SPL

2025-02-05 Thread Jonas Karlman
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 al

[PATCH 23/29] rockchip: Adjust rk3399 TPL-stack to the same as SPL

2025-02-04 Thread Simon Glass
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. Signed-off-by: Simon Glass --- arch/arm/mach-rockchip/rk3399/Kconfig | 2 +- 1 file changed, 1 insertio