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 <m-chawdhry@ti.com> Cc: Neha Francis <n-francis@ti.com> Cc: Vignesh Raghavendra <vigneshr@ti.com> Cc: Nikhil M Jain <n-jain1@ti.com> Cc: Kamlesh Gurudasani <kamlesh@ti.com> Signed-off-by: Udit Kumar <u-kumar1@ti.com>
This commit is contained in:
parent
61f131e929
commit
5c5ab02b21
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue