configs: rk322x: update malloc size to 32MB

Since AVB use sysmem alloc, we can decrease malloc size.

Change-Id: Ie863ed0627dd8604c8dbc8b59ed8f4197c68bc93
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-08-22 12:18:14 +08:00 committed by Jianhong Chen
parent 1982131941
commit 90ba3aa2da
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
#include "rockchip-common.h"
#define CONFIG_SKIP_LOWLEVEL_INIT
#define CONFIG_SYS_MALLOC_LEN (128 << 20)
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 2048
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* 64M */