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:
parent
1982131941
commit
90ba3aa2da
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue