From: Heiko Stuebner Date: Tue, 9 Feb 2021 13:47:05 +0000 (+0100) Subject: rockchip: rk3368: increase SYS_MALLOC_F_LEN to 0x4000 X-Git-Tag: v2021.10~245^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53e14aa734b12154a5dd88621a5bfce2c5bdc901;p=platform%2Fkernel%2Fu-boot.git rockchip: rk3368: increase SYS_MALLOC_F_LEN to 0x4000 To prevent running out of memory, increase SYS_MALLOC_F_LEN to 0x4000 similar to what rk3399 uses. Signed-off-by: Heiko Stuebner Reviewed-by: Kever Yang --- diff --git a/arch/arm/mach-rockchip/rk3368/Kconfig b/arch/arm/mach-rockchip/rk3368/Kconfig index d6ca5f1..c31915e 100644 --- a/arch/arm/mach-rockchip/rk3368/Kconfig +++ b/arch/arm/mach-rockchip/rk3368/Kconfig @@ -49,7 +49,7 @@ config SYS_SOC default "rk3368" config SYS_MALLOC_F_LEN - default 0x2000 + default 0x4000 config SPL_LIBCOMMON_SUPPORT default y