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:
parent
975da02e88
commit
56a40692c3
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue