From: Adam Ford Date: Sun, 10 Nov 2019 14:01:32 +0000 (-0600) Subject: ARM: omapl138_lcdk: Increase malloc pool before relocation X-Git-Tag: v2025.01-rc5-pxa1908~2661^2~15 X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=cfa84e32069dda087eb5b7d35b222d05fe9815e1;p=u-boot.git ARM: omapl138_lcdk: Increase malloc pool before relocation Driver model requires a malloc pool to allocate memory before relocations to operate serial and some other devices. This patch increases the pool size to 2K. Signed-off-by: Adam Ford Tested-by: Bartosz Golaszewski Reviewed-by: Bartosz Golaszewski --- diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index dab2e1dc58..4e08225300 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -7,6 +7,7 @@ CONFIG_SYS_DA850_PLL1_PLLDIV3=0x8003 CONFIG_TI_COMMON_CMD_OPTIONS=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y +CONFIG_SYS_MALLOC_F_LEN=0x800 CONFIG_SPL_MMC_SUPPORT=y CONFIG_SPL_SERIAL_SUPPORT=y CONFIG_ENV_SIZE=0x10000