From: Udit Kumar Date: Fri, 6 Oct 2023 04:45:55 +0000 (+0530) Subject: configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=fa0a3d95fcb955562d9c860d6bedb332c909da58;p=u-boot.git configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM The malloc capacity in DRAM at R5 SPL is set to 1MB which isn't sufficient to load the new tispl.bin to enable loading of tispl.bin the size is increased by 256KB to 1.25MB. Cc: Nikhil M Jain Signed-off-by: Udit Kumar Reviewed-by: Nishanth Menon Signed-off-by: Manorit Chawdhry Reviewed-by: Nikhil M Jain --- diff --git a/configs/j721s2_evm_r5_defconfig b/configs/j721s2_evm_r5_defconfig index 48587270b8..4990e271c3 100644 --- a/configs/j721s2_evm_r5_defconfig +++ b/configs/j721s2_evm_r5_defconfig @@ -41,6 +41,7 @@ CONFIG_SPL_SYS_REPORT_STACK_F_USAGE=y CONFIG_SPL_BOARD_INIT=y CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_STACK_R=y +CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x140000 CONFIG_SPL_SEPARATE_BSS=y CONFIG_SPL_SYS_MALLOC=y CONFIG_SPL_HAS_CUSTOM_MALLOC_START=y