From: Prabhakar Kushwaha Date: Thu, 19 Mar 2015 16:20:47 +0000 (-0700) Subject: board/ls2085_common: Increase malloc length X-Git-Tag: v2015.07-rc1~67^2~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aa66acbf5cb9ca653ccf407e62383d76369015c4;p=u-boot board/ls2085_common: Increase malloc length Increase malloc length for more than 2M. Signed-off-by: Prabhakar Kushwaha Reviewed-by: York Sun --- diff --git a/include/configs/ls2085a_common.h b/include/configs/ls2085a_common.h index 94d372f791..aca7301ae1 100644 --- a/include/configs/ls2085a_common.h +++ b/include/configs/ls2085a_common.h @@ -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