mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
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>
This commit is contained in:
parent
e0dff9b860
commit
0959649dc6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue