summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085a_common.h
diff options
context:
space:
mode:
authorPrabhakar Kushwaha <prabhakar@freescale.com>2015-03-19 09:20:47 -0700
committerYork Sun <yorksun@freescale.com>2015-04-23 08:55:52 -0700
commitaa66acbf5cb9ca653ccf407e62383d76369015c4 (patch)
treebaef9ac38eb4afea6bd41e535c5c502c3378225e /include/configs/ls2085a_common.h
parentc517771ae745dbba59112b8d311e41d37c0fc032 (diff)
downloadtalos-obmc-uboot-aa66acbf5cb9ca653ccf407e62383d76369015c4.tar.gz
talos-obmc-uboot-aa66acbf5cb9ca653ccf407e62383d76369015c4.zip
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>
Diffstat (limited to 'include/configs/ls2085a_common.h')
-rw-r--r--include/configs/ls2085a_common.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud