diff options
author | Tom Rini <trini@konsulko.com> | 2017-02-09 11:55:57 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-02-09 11:55:57 -0500 |
commit | 0959649dc6d9e6a371617abd3b03630c5d4d5a72 (patch) | |
tree | 2d5658e995c5abf36783ae61b482f1bfad96ba35 /configs | |
parent | e0dff9b8604c91b74b5c929fd6ac795b688b2f7b (diff) | |
download | u-boot-0959649dc6d9e6a371617abd3b03630c5d4d5a72.tar.gz |
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_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index f200e87a38..7479c5253f 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 |