Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-20 Thread Prafulla Wadaskar
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 20 December 2012 15:19 > To: Prafulla Wadaskar > Cc: Andreas Bießmann; U-Boot List; dimax.m...@gmail.com > Subject: Re: [PATCH] mv-common.h: increase malloc arena to 4MiB > > Dear Prafulla Wadaska

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-20 Thread Andreas Bießmann
Dear Prafulla Wadaskar, On 20.12.2012 10:31, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] >> Sent: 30 October 2012 05:29 >> To: U-Boot List >> Cc: Andreas Bießmann; Prafulla Wadaskar; dimax.m...@gmail.com >> Subject: [

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-20 Thread Prafulla Wadaskar
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@googlemail.com] > Sent: 30 October 2012 05:29 > To: U-Boot List > Cc: Andreas Bießmann; Prafulla Wadaskar; dimax.m...@gmail.com > Subject: [PATCH] mv-common.h: increase malloc arena to 4MiB > > This will fix the followin

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-09 Thread Prafulla Wadaskar
> -Original Message- > From: Andreas Bießmann [mailto:andreas.de...@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

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-12-09 Thread Andreas Bießmann
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: prafu...@marvell.com Cc: dimax.m...@gmail.com --- includ

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-11-12 Thread Dimax
Tested-by: Alex Xol On Tue, Oct 30, 2012 at 1: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: prafu...@marvell.co

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-10-31 Thread Andreas Bießmann
Dear Vikram Narayanan, On 31.10.2012 17:29, Vikram Narayanan wrote: > Hello Andreas, > > On 10/30/2012 5:28 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---

Re: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-10-31 Thread Vikram Narayanan
Hello Andreas, On 10/30/2012 5:28 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--- Did this solve the ubifs mount issue? Did someone test it? ~Vikram __

[U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB

2012-10-29 Thread Andreas Bießmann
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: prafu...@marvell.com Cc: dimax.m...@gmail.com --- include/configs/mv-common.h |2 +- 1 file changed, 1 inserti