rockchip: px30: set malloc length 32MB
AVB bootflow allocs large memory from system now. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I2ed9c7e1d48d9ff3187f02eda03e7ad3089ed26e
This commit is contained in:
parent
243edbf940
commit
cc11e1d368
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "rockchip-common.h"
|
||||
|
||||
#define CONFIG_SYS_MALLOC_LEN (192 << 20) /* 192M */
|
||||
#define CONFIG_SYS_MALLOC_LEN (32 << 20)
|
||||
#define CONFIG_SYS_CBSIZE 1024
|
||||
#define CONFIG_SKIP_LOWLEVEL_INIT
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue