commit | 8ed7fdfd4e8ede07d6245deb9343de2ca5441b54 | [log] [tgz] |
---|---|---|
author | Jonas Karlman <jonas@kwiboo.se> | Tue Nov 05 16:00:31 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 10 18:56:15 2025 -0600 |
tree | 6f14620d1d35bea744e7bf151b99e8621f0c13a4 | |
parent | bcd5bf6bf2fbcef1b334eb2e675f4c970295c713 [diff] |
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>