Commit 13b569c4b9026c5be99f581f20d4089c05cab560

Authored by Andreas Dannenberg
Committed by Tom Rini
1 parent 2fcaae62f0

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 <dannenberg@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Acked-by: Andrew F. Davis <afd@ti.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

configs/am65x_hs_evm_a53_defconfig
... ... @@ -3,7 +3,7 @@
3 3 CONFIG_TI_SECURE_DEVICE=y
4 4 CONFIG_SPL_LIBCOMMON_SUPPORT=y
5 5 CONFIG_SPL_LIBGENERIC_SUPPORT=y
6   -CONFIG_SYS_MALLOC_F_LEN=0x2000
  6 +CONFIG_SYS_MALLOC_F_LEN=0x8000
7 7 CONFIG_SOC_K3_AM6=y
8 8 CONFIG_TARGET_AM654_A53_EVM=y
9 9 CONFIG_SPL_MMC_SUPPORT=y