[U-Boot] [PATCH 2/2] rockchip: move SYS_MALLOC_SIMPLE to mach-rockchip Kconfig

Simon Glass sjg at chromium.org
Thu Nov 19 15:20:44 CET 2015


On 16 November 2015 at 14:08, Simon Glass <sjg at chromium.org> wrote:
> On 16 November 2015 at 04:15, Ariel D'Alessandro
> <ariel at vanguardiasur.com.ar> wrote:
>> 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 at vanguardiasur.com.ar>
>> ---
>>  arch/arm/mach-rockchip/Kconfig  | 3 +++
>>  include/configs/rk3036_common.h | 4 ----
>>  include/configs/rk3288_common.h | 4 ----
>>  3 files changed, 3 insertions(+), 8 deletions(-)
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list