u-boot-brain/arch/arm/mach-rockchip
Ariel D'Alessandro cd3187d6b2 rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig
Commit 1eb0c03c21 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>
2015-12-01 08:07:22 -07:00
..
rk3036 rockchip: Add max spl size & spl header configs 2015-12-01 08:07:22 -07:00
rk3288 rockchip: Add max spl size & spl header configs 2015-12-01 08:07:22 -07:00
board.c rockchip: rk3036: Add core Soc start-up code 2015-12-01 08:07:22 -07:00
common.c rockchip: Add core SoC start-up code 2015-09-02 21:28:24 -06:00
Kconfig rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig 2015-12-01 08:07:22 -07:00
Makefile rockchip: rk3036: Add core Soc start-up code 2015-12-01 08:07:22 -07:00
rk3036-board-spl.c rockchip: rk3036: Add core Soc start-up code 2015-12-01 08:07:22 -07:00
rk3288-board-spl.c rockchip: rename board-spl.c to rk3288-board-spl.c 2015-12-01 08:07:22 -07:00
rk_early_print.c rockchip: add early uart driver 2015-12-01 08:07:22 -07:00
rk_timer.c rockchip: add timer driver 2015-12-01 08:07:22 -07:00