]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: odroid-go2: Use common bss and stack addresses
authorQuentin Schulz <quentin.schulz@cherry.de>
Fri, 24 May 2024 09:23:28 +0000 (11:23 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 14 Jun 2024 09:10:42 +0000 (17:10 +0800)
commit86307b1b04ce1de085fb2a9aa06932306b0633f9
tree27a0a2d6bd5eed95bcfd3d22d3cd31ff47822737
parent742c6eb36a2fdbfbe0b95e743b23abbf41a35d91
rockchip: odroid-go2: Use common bss and stack addresses

U-Boot proper pre-reloc is currently running out of memory on PX30
Ringneck and it is thus impossible to boot into U-Boot CLI. It is
assumed the same problem can be seen on other PX30 boards though I
cannot guarantee it since I don't have access to them.

Fix this by migrating to the common bss and stack addresses for PX30,
which drastically increases the size of the pre-reloc allocation pool (8
times bigger now). The memory layout in SPL and U-Boot proper now
match the other SoCs' using ROCKCHIP_COMMON_STACK_ADDR.

Tested-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
configs/odroid-go2_defconfig