Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Tested-by: Heiko Stuebner <[email protected]> Signed-off-by: Quentin Schulz <[email protected]>
- Loading branch information