rockchip: rk3288-tinker: Use common bss and stack addresses
authorJonas Karlman <jonas@kwiboo.se>
Tue, 5 Nov 2024 16:00:31 +0000 (16:00 +0000)
committerTom Rini <trini@konsulko.com>
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 <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3288/Kconfig
configs/tinker-rk3288_defconfig
configs/tinker-s-rk3288_defconfig