rockchip: px30: set malloc length 32MB

AVB bootflow allocs large memory from system now.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I2ed9c7e1d48d9ff3187f02eda03e7ad3089ed26e
This commit is contained in:
Joseph Chen 2020-01-10 11:38:14 +08:00 committed by Jianhong Chen
parent 243edbf940
commit cc11e1d368
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include "rockchip-common.h"
#define CONFIG_SYS_MALLOC_LEN (192 << 20) /* 192M */
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 1024
#define CONFIG_SKIP_LOWLEVEL_INIT