summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <[email protected]>2025-12-04 17:41:29 +0100
committerFabio Estevam <[email protected]>2025-12-06 15:25:26 -0300
commit3273fba5f2b01d064bbe4b65ef9b380ad3204020 (patch)
tree4cbe3473cb93f87ee0625d837e8408cd74609935
parent5656e5f0590c6a5fc1e5a92cdf3bdb810020322f (diff)
configs: colibri-imx8x: 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 <[email protected]>
-rw-r--r--configs/colibri-imx8x_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index d90bce3ebb6..fdd4a51a70a 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