rockchip: rk3368: increase SYS_MALLOC_F_LEN to 0x4000
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>
Tue, 9 Feb 2021 13:47:05 +0000 (14:47 +0100)
committerKever Yang <kever.yang@rock-chips.com>
Tue, 30 Mar 2021 08:53:00 +0000 (16:53 +0800)
To prevent running out of memory, increase SYS_MALLOC_F_LEN to 0x4000
similar to what rk3399 uses.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3368/Kconfig

index d6ca5f1..c31915e 100644 (file)
@@ -49,7 +49,7 @@ config SYS_SOC
        default "rk3368"
 
 config SYS_MALLOC_F_LEN
-       default 0x2000
+       default 0x4000
 
 config SPL_LIBCOMMON_SUPPORT
        default y