aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJudith Mendez <jm@ti.com>2024-04-29 16:49:36 -0500
committerTom Rini <trini@konsulko.com>2024-05-03 12:22:59 -0600
commit8c1019bec85a8d06883638548d34b39aba116630 (patch)
tree8e9dc85fdbfcb4c77317ead4a33a93b9b4d947d1
parent38d88f1db3b13c4a7cc9662e2078b5fe33866a89 (diff)
downloadu-boot-WIP/2024-05-02-assorted-updates.zip
u-boot-WIP/2024-05-02-assorted-updates.tar.gz
u-boot-WIP/2024-05-02-assorted-updates.tar.bz2
configs: am62x_evm_r5: Increase size of malloc_simple heap after relocationWIP/2024-05-02-assorted-updates
On AM62x SK we can see a boot failure with signature "alloc space exhausted", so fix by increasing size of SPL_STACK_R_MALLOC_SIMPLE_LEN. Fixes: 128f81290b ("arm: dts: k3: binman: am625: add support for signing TIFSSTUB Images") Signed-off-by: Judith Mendez <jm@ti.com> Tested-by: Alexander Sverdlin <alexander.sverdlin@siemens.com> Reviewed-by: Bryan Brattlof <bb@ti.com>
-rw-r--r--configs/am62x_evm_r5_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/am62x_evm_r5_defconfig b/configs/am62x_evm_r5_defconfig
index 4b2e57b..6482414 100644
--- a/configs/am62x_evm_r5_defconfig
+++ b/configs/am62x_evm_r5_defconfig
@@ -26,6 +26,7 @@ CONFIG_SPL_HAS_BSS_LINKER_SECTION=y
CONFIG_SPL_BSS_START_ADDR=0x43c3b000
CONFIG_SPL_BSS_MAX_SIZE=0x3000
CONFIG_SPL_STACK_R=y
+CONFIG_SPL_STACK_R_MALLOC_SIMPLE_LEN=0x200000
CONFIG_SPL_SIZE_LIMIT=0x3A7F0
CONFIG_SPL_SIZE_LIMIT_PROVIDE_STACK=0x3500
CONFIG_SPL_FS_FAT=y