mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
board/ls2085_common: Increase malloc length
Increase malloc length for more than 2M. Signed-off-by: Prabhakar Kushwaha <prabhakar@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
parent
c517771ae7
commit
aa66acbf5c
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
#define COUNTER_FREQUENCY 12000000 /* 12MHz */
|
||||
|
||||
/* Size of malloc() pool */
|
||||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 128 * 1024)
|
||||
#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 2048 * 1024)
|
||||
|
||||
/* I2C */
|
||||
#define CONFIG_CMD_I2C
|
||||
|
|
Loading…
Reference in a new issue