From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Sun, 09 Dec 2012 17:49:58 +0100 Subject: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB In-Reply-To: <1351555135-11641-1-git-send-email-andreas.devel@googlemail.com> References: <1351555135-11641-1-git-send-email-andreas.devel@googlemail.com> Message-ID: <50C4C136.7080803@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de ping? On 10/30/2012 12:58 AM, Andreas Bie?mann wrote: > 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 > 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 >