[PATCH 4/6] configs: stm32mp13: Increase SYS_MALLOC_F_LEN
Patrice Chotard
patrice.chotard at foss.st.com
Fri Nov 14 16:41:52 CET 2025
Increase SYS_MALLOC_F_LEN to fix following error:
alloc space exhausted ptr 210040 limit 210000
Signed-off-by: Patrice Chotard <patrice.chotard at foss.st.com>
Cc: Alice Guo <alice.guo at nxp.com>
Cc: Marek Vasut <marek.vasut+renesas at mailbox.org>
Cc: Patrick Delaunay <patrick.delaunay at foss.st.com>
Cc: Peng Fan <peng.fan at nxp.com>
Cc: Sean Anderson <seanga2 at gmail.com>
Cc: Tom Rini <trini at konsulko.com>
Cc: Valentin Caron <valentin.caron at foss.st.com>
Cc: Vinh Nguyen <vinh.nguyen.xz at renesas.com>
Cc: u-boot at lists.denx.de
---
configs/stm32mp13_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configs/stm32mp13_defconfig b/configs/stm32mp13_defconfig
index 6979e3405e2..3bb06a17915 100644
--- a/configs/stm32mp13_defconfig
+++ b/configs/stm32mp13_defconfig
@@ -1,7 +1,7 @@
CONFIG_ARM=y
CONFIG_ARCH_STM32MP=y
CONFIG_TFABOOT=y
-CONFIG_SYS_MALLOC_F_LEN=0x210000
+CONFIG_SYS_MALLOC_F_LEN=0x280000
CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0xc0400000
CONFIG_ENV_OFFSET=0x900000
CONFIG_DEFAULT_DEVICE_TREE="st/stm32mp135f-dk"
--
2.43.0
More information about the U-Boot
mailing list