summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-07 10:20:58 +0100
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2023-03-07 16:27:59 +0100
commit0e1f11392251850c36a049200557a10278093c95 (patch)
treef2a787ef5ad79f2b48491ce4e170669e28a60904
parent95ddbbb1790abb85c183caee13c24608107b2ee6 (diff)
colibri-imx8x: increase SYS_MALLOC_F_LEN
Increase SYS_MALLOC_F_LEN to 0x8000 to get U-Boot into bootable state. Upstream-Status: Inappropriate [other] Downstream fails silently without this change, while upstream works fine. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
-rw-r--r--configs/colibri-imx8x_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri-imx8x_defconfig b/configs/colibri-imx8x_defconfig
index c85e906950..8dbc40fa03 100644
--- a/configs/colibri-imx8x_defconfig
+++ b/configs/colibri-imx8x_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_IMX8=y
CONFIG_SYS_TEXT_BASE=0x80020000
CONFIG_SYS_MALLOC_LEN=0x2800000
-CONFIG_SYS_MALLOC_F_LEN=0x4000
+CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_NR_DRAM_BANKS=3
CONFIG_SYS_MEMTEST_START=0x88000000
CONFIG_SYS_MEMTEST_END=0x89000000