summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>2013-09-23 08:26:41 +0200
committerjason <jason@jason-ThinkPad-T61.(none)>2013-11-06 22:47:34 +0800
commit8c89443e13747a9ca96b0393decf2de9c2da0bb0 (patch)
tree43b9c4a91547bc86ae87cba2f56d67df4b739d80
parente5a9a4076f1fb9fb9ce53c2aec32422073bbc66a (diff)
downloadblackbird-obmc-uboot-8c89443e13747a9ca96b0393decf2de9c2da0bb0.tar.gz
blackbird-obmc-uboot-8c89443e13747a9ca96b0393decf2de9c2da0bb0.zip
coldfire: cpu5282: increase malloc space to fix crash on start u-boot
The malloc space is to small to boot, the current uboot 2013.10-rcX, This will fix the startup problems by increasing the mallog space to 4MiB. Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
-rw-r--r--include/configs/eb_cpu5282.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/eb_cpu5282.h b/include/configs/eb_cpu5282.h
index d1650eea3d..bdca705874 100644
--- a/include/configs/eb_cpu5282.h
+++ b/include/configs/eb_cpu5282.h
@@ -152,7 +152,7 @@
#define CONFIG_SYS_SDRAM_SIZE CONFIG_SYS_SDRAM_SIZE0
#define CONFIG_SYS_MONITOR_LEN 0x20000
-#define CONFIG_SYS_MALLOC_LEN (256 << 10)
+#define CONFIG_SYS_MALLOC_LEN (4 * 1024 * 1024)
#define CONFIG_SYS_BOOTPARAMS_LEN 64*1024
/*
OpenPOWER on IntegriCloud