summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2022-12-23 13:47:47 +0100
committerAndrejs Cainikovs <andrejs.cainikovs@toradex.com>2022-12-23 15:22:38 +0100
commitc8dba983c9972a6ab6601888fb364ccef5b1e80a (patch)
treec677b6d3d457e996ab76b7cee3c236d6c3513584
parente539ad255a2ea0fe98a80d7867ca15f36feea309 (diff)
apalis-imx8: 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/apalis-imx8_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/apalis-imx8_defconfig b/configs/apalis-imx8_defconfig
index c94ec7e42e..875336e0d5 100644
--- a/configs/apalis-imx8_defconfig
+++ b/configs/apalis-imx8_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