configs: rk3066: update malloc size to 32MB

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

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

View File

@ -13,7 +13,7 @@
#define CONFIG_SKIP_LOWLEVEL_INIT_ONLY
#define CONFIG_SYS_MAXARGS 16
#define CONFIG_BAUDRATE 115200
#define CONFIG_SYS_MALLOC_LEN (64 << 20)
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
#define CONFIG_SYS_CBSIZE 256
#define CONFIG_SYS_SDRAM_BASE 0x60000000