]> Git Repo - J-u-boot.git/commit
rockchip: rk3288-tinker: Use common bss and stack addresses
authorJonas Karlman <[email protected]>
Tue, 5 Nov 2024 16:00:31 +0000 (16:00 +0000)
committerTom Rini <[email protected]>
Sat, 11 Jan 2025 00:56:15 +0000 (18:56 -0600)
commit826267d3eaa825b290457975f80983497f9ac001
tree6f14620d1d35bea744e7bf151b99e8621f0c13a4
parentab0841336851d8983f53dbd726960344f19ab089
rockchip: rk3288-tinker: Use common bss and stack addresses

Migrate to use common bss, stack and malloc heap size and addresses to
unify memory use in TPL, SPL and pre-reloc.

Ensure SYS_MALLOC_F_LEN and TPL variant stay at 0x2000 and is unaffected
on other boards not changed to use common malloc heap size.

ENV_OFFSET is using the default value of 0x3f8000 and is also dropped.

Signed-off-by: Jonas Karlman <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
arch/arm/mach-rockchip/rk3288/Kconfig
configs/tinker-rk3288_defconfig
configs/tinker-s-rk3288_defconfig
This page took 0.0287 seconds and 4 git commands to generate.