]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: ringneck_px30: Use common bss and stack addresses
authorQuentin Schulz <quentin.schulz@cherry.de>
Thu, 23 May 2024 16:59:36 +0000 (18:59 +0200)
committerKever Yang <kever.yang@rock-chips.com>
Fri, 24 May 2024 09:58:59 +0000 (17:58 +0800)
commitbfaf507bbedcd9015680576f871afbf492ff02a7
tree64da9379a63fedf74bc5869df5f7b3cfac69bd5c
parented4b0ce247b99b3dfff144068170ae2119ee76ec
rockchip: ringneck_px30: Use common bss and stack addresses

U-Boot proper pre-reloc is currently running out of memory and it is
thus impossible to boot into U-Boot CLI.

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.

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