[PATCH v2 1/6] configs: j721s2_evm_r5_defconfig: Increase malloc pool size in DRAM
Nishanth Menon
nm at ti.com
Mon Aug 28 18:41:00 CEST 2023
On 16:46-20230825, Manorit Chawdhry wrote:
> From: Udit Kumar <u-kumar1 at ti.com>
>
> 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 <n-jain1 at ti.com>
> Signed-off-by: Udit Kumar <u-kumar1 at ti.com>
> Signed-off-by: Manorit Chawdhry <m-chawdhry at ti.com>
> ---
> 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 1e66ac23d05b..e2b83b337809 100644
> --- a/configs/j721s2_evm_r5_defconfig
> +++ b/configs/j721s2_evm_r5_defconfig
> @@ -42,6 +42,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_SYS_SPL_MALLOC=y
> CONFIG_HAS_CUSTOM_SPL_MALLOC_START=y
Though this makes me curious who AM62x did'nt need this.. but anyways..
Reviewed-by: Nishanth Menon <nm at ti.com>
--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D
More information about the U-Boot
mailing list