From: Tom Rini Date: Thu, 9 Feb 2017 16:55:57 +0000 (-0500) Subject: omap3_logic: Switch to simple malloco in SPL X-Git-Tag: v2017.03-rc2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0959649dc6d9;p=pandora-u-boot.git omap3_logic: Switch to simple malloco in SPL To save more space, switch to simple malloc here. Signed-off-by: Tom Rini --- diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index f200e87a38f..7479c5253f0 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -5,6 +5,7 @@ CONFIG_SYS_EXTRA_OPTIONS="NAND" CONFIG_SYS_CONSOLE_INFO_QUIET=y CONFIG_VERSION_VARIABLE=y CONFIG_SPL=y +CONFIG_SPL_SYS_MALLOC_SIMPLE=y CONFIG_SPL_MTD_SUPPORT=y CONFIG_SPL_OS_BOOT=y CONFIG_HUSH_PARSER=y