]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
mv-common.h: increase malloc arena to 4MiB
authorAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 29 Oct 2012 13:58:55 +0000 (13:58 +0000)
committerPrafulla Wadaskar <prafulla@marvell.com>
Tue, 8 Jan 2013 22:42:11 +0000 (04:12 +0530)
This will fix the following error:

---8<---
UBIFS error (pid 0): ubifs_mount: Error reading superblock on volume 'ubi:root' errno=-12!
--->8---

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Cc: prafulla@marvell.com
Cc: dimax.main@gmail.com
Tested-by: Alex Xol <dimax.main@gmail.com>
include/configs/mv-common.h

index 7086d1d0e8d5b9d2d3383c0860b19614a7998a84..405a842f72dca6648edeb676d452fed5cfaf7ba0 100644 (file)
@@ -92,7 +92,7 @@
 /*
  * Size of malloc() pool
  */
 /*
  * 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
 
 /*
  * Other required minimal configurations