From: Max Krummenacher Date: Thu, 4 Dec 2025 16:41:28 +0000 (+0100) Subject: configs: apalis-imx8: use default for SYS_MALLOC_F_LEN X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5656e5f0590c6a5fc1e5a92cdf3bdb810020322f;p=thirdparty%2Fu-boot.git configs: apalis-imx8: use default for SYS_MALLOC_F_LEN Drop setting an explicit value for SYS_MALLOC_F_LEN. This increases the available space to 0x10000. Signed-off-by: Max Krummenacher --- diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig index b8754f912a4..064ab0546f1 100644 --- a/configs/apalis-imx8_defconfig +++ b/configs/apalis-imx8_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