From 5c5ab02b21cce7b83cad5d998fcc2ec41d2e4707 Mon Sep 17 00:00:00 2001 From: Udit Kumar Date: Mon, 5 Jun 2023 13:11:16 +0530 Subject: [PATCH] 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: Manorit Chawdhry Cc: Neha Francis Cc: Vignesh Raghavendra Cc: Nikhil M Jain Cc: Kamlesh Gurudasani Signed-off-by: Udit Kumar --- configs/j721s2_evm_r5_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/j721s2_evm_r5_defconfig b/configs/j721s2_evm_r5_defconfig index c197504eec..6910705d59 100644 --- a/configs/j721s2_evm_r5_defconfig +++ b/configs/j721s2_evm_r5_defconfig @@ -178,3 +178,4 @@ CONFIG_FS_FAT_MAX_CLUSTSIZE=16384 CONFIG_PANIC_HANG=y CONFIG_LIB_RATIONAL=y CONFIG_SPL_LIB_RATIONAL=y +CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x140000