configs: rk3328: update malloc size to 32MB

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

Change-Id: If806c7736ada2852931f8e06d137658d8cf3c0db
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
This commit is contained in:
Joseph Chen 2019-08-22 12:17:22 +08:00 committed by Jianhong Chen
parent 975da02e88
commit 56a40692c3
1 changed files with 1 additions and 1 deletions

View File

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