mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
omap3: igep00x0: Switch to simple malloc in SPL
To save more space, switch to simple malloc here. Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
This commit is contained in:
parent
829d6465b0
commit
94b9a0cc46
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue