summaryrefslogtreecommitdiffstats
path: root/include/configs/mv-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mv-common.h')
-rw-r--r--include/configs/mv-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 7086d1d0e8..405a842f72 100644
--- a/include/configs/mv-common.h
+++ b/include/configs/mv-common.h
@@ -92,7 +92,7 @@
/*
* Size of malloc() pool
*/
-#define CONFIG_SYS_MALLOC_LEN (1024 * 1024) /* 1MiB for malloc() */
+#define CONFIG_SYS_MALLOC_LEN (1024 * 1024 * 4) /* 4MiB for malloc() */
/*
* Other required minimal configurations
OpenPOWER on IntegriCloud