[PATCH 2/2] configs: colibri-imx8x: use default for SYS_MALLOC_F_LEN

max.oss.09 at gmail.com max.oss.09 at gmail.com
Thu Dec 4 17:41:29 CET 2025


From: Max Krummenacher <max.krummenacher at toradex.com>

Drop setting an explicit value for SYS_MALLOC_F_LEN. This increases
the available space to 0x10000.

Signed-off-by: Max Krummenacher <max.krummenacher at toradex.com>

---

 configs/colibri-imx8x_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index d90bce3ebb6d..fdd4a51a70af 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -2,7 +2,6 @@ CONFIG_ARM=y
 CONFIG_ARCH_IMX8=y
 CONFIG_TEXT_BASE=0x80020000
 CONFIG_SYS_MALLOC_LEN=0x2800000
-CONFIG_SYS_MALLOC_F_LEN=0x4000
 CONFIG_NR_DRAM_BANKS=3
 CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
 CONFIG_CUSTOM_SYS_INIT_SP_ADDR=0x80200000
-- 
2.42.0



More information about the U-Boot mailing list