Re: [PATCH v2 03/18] rockchip: rk3399-puma: Use common bss and stack addresses

2024-05-06 Thread Kever Yang
On 2024/4/30 23:30, Jonas Karlman wrote: The rk3399-puma board is currently using SPL stack and bss addr in SRAM, the same addr typically used by TPL, this differs from most other RK3399 boards. Switch to use the common bss and stack addresses introduced in commit 008ba0d56d00 ("rockchip: Add

[PATCH v2 03/18] rockchip: rk3399-puma: Use common bss and stack addresses

2024-04-30 Thread Jonas Karlman
The rk3399-puma board is currently using SPL stack and bss addr in SRAM, the same addr typically used by TPL, this differs from most other RK3399 boards. Switch to use the common bss and stack addresses introduced in commit 008ba0d56d00 ("rockchip: Add common default bss and stack addresses"). Si