Skip to content
Snippets Groups Projects
Commit cd3187d6 authored by Ariel D'Alessandro's avatar Ariel D'Alessandro Committed by Simon Glass
Browse files

rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig


Commit 1eb0c03c 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: default avatarAriel D'Alessandro <ariel@vanguardiasur.com.ar>
Acked-by: default avatarSimon Glass <sjg@chromium.org>
parent 1d5a6968
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment