From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Ford Date: Sun, 10 Nov 2019 08:01:32 -0600 Subject: [U-Boot] [PATCH 2/3] ARM: omapl138_lcdk: Increase malloc pool before relocation In-Reply-To: <20191110140133.30129-1-aford173@gmail.com> References: <20191110140133.30129-1-aford173@gmail.com> Message-ID: <20191110140133.30129-2-aford173@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 diff --git a/configs/omapl138_lcdk_defconfig b/configs/omapl138_lcdk_defconfig index cceb0c408e..376bb9f953 100644 --- a/configs/omapl138_lcdk_defconfig +++ b/configs/omapl138_lcdk_defconfig @@ -8,6 +8,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_NR_DRAM_BANKS=1 -- 2.20.1