From c8dba983c9972a6ab6601888fb364ccef5b1e80a Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Fri, 23 Dec 2022 13:47:47 +0100 Subject: 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 --- configs/apalis-imx8_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3