From 81b98c6627340ffebe3bc9ab6292b538645a2ea8 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Fri, 25 Jun 2021 13:57:17 -0500 Subject: configs: omap3x_logic: Fix boot hang by reducing SYS_MALLOC_F_LEN The AM3517 uses SYS_MALLOC_F_LEN of size 0x3000, but the rest of the OMAP3 boards from LogicPD / BeaconEmbedded use 0x4000, but they don't boot SPL. Reduce the malloc size to restore booting. Signed-off-by: Adam Ford Signed-off-by: Lokesh Vutla Link: https://lore.kernel.org/r/20210625185717.243211-1-aford173@gmail.com --- configs/omap3_logic_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/omap3_logic_defconfig') diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index 2371fff8e5..1a7421bd61 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -5,7 +5,7 @@ CONFIG_ARCH_OMAP2PLUS=y CONFIG_SYS_TEXT_BASE=0x80100000 CONFIG_TI_COMMON_CMD_OPTIONS=y # CONFIG_SPL_GPIO_SUPPORT is not set -CONFIG_SYS_MALLOC_F_LEN=0x4000 +CONFIG_SYS_MALLOC_F_LEN=0x3000 CONFIG_NR_DRAM_BANKS=2 CONFIG_DEFAULT_DEVICE_TREE="logicpd-torpedo-37xx-devkit" CONFIG_SPL_TEXT_BASE=0x40200000 -- cgit v1.2.3