configs: rk3368: increase sys malloc_f len

Avoid malloc_f space for pre-reloc is not enough which
may cause memory override.

Change-Id: Ifa358f5700dfa8b1dc1240a210e414fb69fca914
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-01-30 09:20:01 +08:00 committed by Jianhong Chen
parent 49ae8667cc
commit ecc8fa7230
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CONFIG_ARM=y
CONFIG_ARCH_ROCKCHIP=y
CONFIG_SYS_MALLOC_F_LEN=0x1000
CONFIG_SYS_MALLOC_F_LEN=0x4000
CONFIG_ROCKCHIP_RK3368=y
CONFIG_RKIMG_BOOTLOADER=y
CONFIG_ROCKCHIP_VENDOR_PARTITION=y