From 0e1f11392251850c36a049200557a10278093c95 Mon Sep 17 00:00:00 2001 From: Andrejs Cainikovs Date: Tue, 7 Mar 2023 10:20:58 +0100 Subject: 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 --- configs/colibri-imx8x_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3