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