summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2015-10-20 19:01:54 -0700
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-26 09:48:32 +0100
commita3402aadd25c317a304ad107fe1a0de15605a4a8 (patch)
tree1400f5b1d74c56707dbc963b59362c613b961c8f
parentf8d5c0e57674b168bca457f8858a63976e4936fc (diff)
colibri_vf: increase available malloc memory
This helps to get rid of error -12 (ENOMEM) messages when attaching the UBI partition.
-rw-r--r--include/configs/colibri_vf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 0464c0b356..a31fe41905 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -58,7 +58,7 @@
#endif
/* Size of malloc() pool */
-#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 4 * 1024 * 1024)
+#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + 8 * 1024 * 1024)
#define CONFIG_BOARD_EARLY_INIT_F