Re: [PATCH 04/11] rockchip: rk3288-miqi: Use TPL with common bss and stack addresses

2024-11-06 Thread Kever Yang
On 2024/11/6 05:51, Jonas Karlman wrote: Migrate to use TPL, common bss, stack and malloc heap size and addresses to unify memory use in TPL, SPL and pre-reloc. ENV_OFFSET is using the default value of 0x3f8000 and is also dropped. Signed-off-by: Jonas Karlman Reviewed-by: Kever Yang Than

[PATCH 04/11] rockchip: rk3288-miqi: Use TPL with common bss and stack addresses

2024-11-05 Thread Jonas Karlman
Migrate to use TPL, common bss, stack and malloc heap size and addresses to unify memory use in TPL, SPL and pre-reloc. ENV_OFFSET is using the default value of 0x3f8000 and is also dropped. Signed-off-by: Jonas Karlman --- arch/arm/mach-rockchip/rk3288/Kconfig | 2 ++ configs/miqi-rk3288_defc