summaryrefslogtreecommitdiffstats
path: root/include/configs/eb_cpux9k2.h
diff options
context:
space:
mode:
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>2013-09-19 08:00:41 +0200
committerAndreas Bießmann <andreas.devel@googlemail.com>2013-09-19 10:26:48 +0200
commitdb824479e64811959494e1f919c31d97fea9dc48 (patch)
treefad7877145ea54f0dff4c985e235d42a86aa865d /include/configs/eb_cpux9k2.h
parent771f74c3d31a265bae103b2b407286ec03a4589b (diff)
downloadblackbird-obmc-uboot-db824479e64811959494e1f919c31d97fea9dc48.tar.gz
blackbird-obmc-uboot-db824479e64811959494e1f919c31d97fea9dc48.zip
arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot
Since UBIFS is enabled for cpux9k2, more malloc space is needed. For the current uboot 2013.10-rcX the size is to small, this will fix the startup problems by increasing the malloc space to 4MiB. Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs/eb_cpux9k2.h')
-rw-r--r--include/configs/eb_cpux9k2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h
index ccc7bd0a8a..b8e672f82b 100644
--- a/include/configs/eb_cpux9k2.h
+++ b/include/configs/eb_cpux9k2.h
@@ -83,7 +83,7 @@
* Size of malloc() pool
*/
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 520*1024)
+#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
/*
* sdram
OpenPOWER on IntegriCloud