public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB
@ 2012-10-29 23:58 Andreas Bießmann
  2012-10-31 16:29 ` Vikram Narayanan
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Andreas Bießmann @ 2012-10-29 23:58 UTC (permalink / raw)
  To: u-boot

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 at marvell.com
Cc: dimax.main at gmail.com
---
 include/configs/mv-common.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/mv-common.h b/include/configs/mv-common.h
index 7086d1d..405a842 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
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-12-20 10:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-29 23:58 [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB Andreas Bießmann
2012-10-31 16:29 ` Vikram Narayanan
2012-10-31 16:32   ` Andreas Bießmann
2012-11-12 19:51 ` Dimax
2012-12-09 16:49 ` Andreas Bießmann
2012-12-10  6:42   ` Prafulla Wadaskar
2012-12-20  9:31 ` Prafulla Wadaskar
2012-12-20  9:48   ` Andreas Bießmann
2012-12-20 10:01     ` Prafulla Wadaskar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox