[U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB
Prafulla Wadaskar
prafulla at marvell.com
Mon Dec 10 07:42:32 CET 2012
> -----Original Message-----
> From: Andreas Bießmann [mailto:andreas.devel at googlemail.com]
> Sent: 09 December 2012 22:20
> To: Andreas Bießmann
> Cc: U-Boot List; Prafulla Wadaskar
> Subject: Re: [PATCH] mv-common.h: increase malloc arena to 4MiB
>
> ping?
Hi Andreas
Sorry for the delay :-(
I will pull this in this week.
Regards...
Prafulla . . .
>
> 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 <andreas.devel at 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
> >
More information about the U-Boot
mailing list