aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip
diff options
context:
space:
mode:
authorHeiko Stuebner <heiko.stuebner@theobroma-systems.com>2021-02-09 14:47:05 +0100
committerKever Yang <kever.yang@rock-chips.com>2021-03-30 16:53:00 +0800
commit53e14aa734b12154a5dd88621a5bfce2c5bdc901 (patch)
tree7c80d850efc1f8a4b2da1c6385deb1f6119916df /arch/arm/mach-rockchip
parente436c499dc99d4b768eb6a9a99ce06dc7a81cb3a (diff)
downloadu-boot-53e14aa734b12154a5dd88621a5bfce2c5bdc901.zip
u-boot-53e14aa734b12154a5dd88621a5bfce2c5bdc901.tar.gz
u-boot-53e14aa734b12154a5dd88621a5bfce2c5bdc901.tar.bz2
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 <heiko.stuebner@theobroma-systems.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip')
-rw-r--r--arch/arm/mach-rockchip/rk3368/Kconfig2
1 files changed, 1 insertions, 1 deletions
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