projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0dff9b
)
omap3_logic: Switch to simple malloco in SPL
author
Tom Rini
<trini@konsulko.com>
Thu, 9 Feb 2017 16:55:57 +0000
(11:55 -0500)
committer
Tom Rini
<trini@konsulko.com>
Thu, 9 Feb 2017 16:55:57 +0000
(11:55 -0500)
To save more space, switch to simple malloc here.
Signed-off-by: Tom Rini <trini@konsulko.com>
configs/omap3_logic_defconfig
patch
|
blob
|
history
diff --git
a/configs/omap3_logic_defconfig
b/configs/omap3_logic_defconfig
index f200e87a38f95f6f098df1f854f12a151d0169aa..7479c5253f04cafee4c8a902589a767312e6c6d7 100644
(file)
--- 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