summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-02-09 11:55:57 -0500
committerTom Rini <trini@konsulko.com>2017-02-09 11:55:57 -0500
commit0959649dc6d9e6a371617abd3b03630c5d4d5a72 (patch)
tree2d5658e995c5abf36783ae61b482f1bfad96ba35 /configs
parente0dff9b8604c91b74b5c929fd6ac795b688b2f7b (diff)
downloadu-boot-imx-0959649dc6d9e6a371617abd3b03630c5d4d5a72.zip
u-boot-imx-0959649dc6d9e6a371617abd3b03630c5d4d5a72.tar.gz
u-boot-imx-0959649dc6d9e6a371617abd3b03630c5d4d5a72.tar.bz2
omap3_logic: Switch to simple malloco in SPL
To save more space, switch to simple malloc here. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/omap3_logic_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig
index f200e87..7479c52 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