]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: rk3399-puma: Use common bss and stack addresses
authorJonas Karlman <jonas@kwiboo.se>
Tue, 30 Apr 2024 15:30:10 +0000 (15:30 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 7 May 2024 07:56:08 +0000 (15:56 +0800)
commit32f8a88a8c931787e247019f52da4aec972f9f5a
tree2ec51057ba8bf6d0fa7a65f67d24a7264e3ccdd0
parent6007b69d544ec3fc63a9a5f52723b0cc264e2331
rockchip: rk3399-puma: Use common bss and stack addresses

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").

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
configs/puma-rk3399_defconfig