summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:07 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:07 +0200
commit230024741a8871b2e09a6188bc8fb70430e79f34 (patch)
treed4b7088f86459f408267298af8db797760520908 /include
parentec4e62aaafc9fe470b89dedcb6b5b77a122ec5d6 (diff)
downloadbarebox-230024741a8871b2e09a6188bc8fb70430e79f34.tar.gz
barebox-230024741a8871b2e09a6188bc8fb70430e79f34.tar.xz
svn_rev_588
increase malloc space
Diffstat (limited to 'include')
-rw-r--r--include/configs/phycore_mpc5200b_tiny.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/phycore_mpc5200b_tiny.h b/include/configs/phycore_mpc5200b_tiny.h
index d6c35e2d5a..d418d3e7ae 100644
--- a/include/configs/phycore_mpc5200b_tiny.h
+++ b/include/configs/phycore_mpc5200b_tiny.h
@@ -125,7 +125,7 @@ RTC configuration
#endif
#define CFG_MONITOR_LEN (192 << 10) /* Reserve 192 kB for Monitor */
-#define CFG_MALLOC_LEN (2 << 20) /* Reserve 2 MB for malloc() */
+#define CFG_MALLOC_LEN (8 << 20) /* Reserve 8 MB for malloc() */
#define CFG_BOOTMAPSZ (8 << 20) /* Initial Memory map for Linux */
/*------------------------------------------------------------------------------------------------------------------------------------------------------