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:
829d646
)
omap3: igep00x0: Switch to simple malloc in SPL
author
Enric Balletbo i Serra
<enric.balletbo@collabora.com>
Thu, 27 Dec 2018 16:03:29 +0000
(17:03 +0100)
committer
Tom Rini
<trini@konsulko.com>
Tue, 15 Jan 2019 20:28:42 +0000
(15:28 -0500)
To save more space, switch to simple malloc here.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
configs/igep00x0_defconfig
patch
|
blob
|
history
diff --git
a/configs/igep00x0_defconfig
b/configs/igep00x0_defconfig
index 2c2da1e385e018e46f09665bf15223668ff7db88..b806f23fa5607e70fba64fe32e47771129b461bd 100644
(file)
--- a/
configs/igep00x0_defconfig
+++ b/
configs/igep00x0_defconfig
@@
-3,6
+3,7
@@
CONFIG_ARCH_OMAP2PLUS=y
CONFIG_TI_COMMON_CMD_OPTIONS=y
CONFIG_TARGET_OMAP3_IGEP00X0=y
CONFIG_SPL=y
+CONFIG_SPL_SYS_MALLOC_SIMPLE=y
CONFIG_DISTRO_DEFAULTS=y
CONFIG_NR_DRAM_BANKS=2
CONFIG_OF_BOARD_SETUP=y