]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig
authorAriel D'Alessandro <ariel@vanguardiasur.com.ar>
Mon, 16 Nov 2015 11:15:51 +0000 (08:15 -0300)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commitcd3187d6b2a6bc83f4613a865a3609f5233434d4
tree59b27ad24cdb955e2a3ca26071b527c5473db000
parent1d5a69684e863adf1d689cfb506ab464f1a1e645
rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig

Commit 1eb0c03c2198a7ec9de456b83dacdc4831b96cbf added
SPL_SYS_MALLOC_SIMPLE Kconfig option and changed the way it is
evaluated.

Thus, the definitions of CONFIG_SYS_MALLOC_SIMPLE in rk3***_common.h
board configs are now incorrect because CONFIG_SPL_BUILD is enabled so
CONFIG_IS_ENABLED(SYS_MALLOC_SIMPLE) will look for SPL_SYS_MALLOC_SIMPLE
instead of SYS_MALLOC_SIMPLE.

This commit fix this enabling SPL_SYS_MALLOC_SIMPLE with the new Kconfig
option by default in rockchip-mach.

Signed-off-by: Ariel D'Alessandro <ariel@vanguardiasur.com.ar>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/Kconfig
include/configs/rk3036_common.h
include/configs/rk3288_common.h