From: Andreas Dannenberg Date: Tue, 4 Jun 2019 23:08:22 +0000 (-0500) Subject: configs: am65x_hs_evm_a53: Increase malloc pool before relocation X-Git-Tag: v2019.10-rc1~25^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13b569c4b9026c5be99f581f20d4089c05cab560;p=platform%2Fkernel%2Fu-boot.git configs: am65x_hs_evm_a53: Increase malloc pool before relocation The malloc pool used before relocation is getting tight leading to out of memory errors doing certain DM-related calls. Since we are running the A53 SPL out of DDR let's just go ahead and bump its size as used in U-Boot proper as well as SPL (via Kconfig default value) from 8KB to 32KB. Signed-off-by: Andreas Dannenberg Reviewed-by: Lokesh Vutla Acked-by: Andrew F. Davis --- diff --git a/configs/am65x_hs_evm_a53_defconfig b/configs/am65x_hs_evm_a53_defconfig index e619b79..7d7a673 100644 --- a/configs/am65x_hs_evm_a53_defconfig +++ b/configs/am65x_hs_evm_a53_defconfig @@ -3,7 +3,7 @@ CONFIG_ARCH_K3=y CONFIG_TI_SECURE_DEVICE=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y -CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_SYS_MALLOC_F_LEN=0x8000 CONFIG_SOC_K3_AM6=y CONFIG_TARGET_AM654_A53_EVM=y CONFIG_SPL_MMC_SUPPORT=y