From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] mv-common.h: increase malloc arena to 4MiB
Date: Sun, 09 Dec 2012 17:49:58 +0100 [thread overview]
Message-ID: <50C4C136.7080803@googlemail.com> (raw)
In-Reply-To: <1351555135-11641-1-git-send-email-andreas.devel@googlemail.com>
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 <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
>
next prev parent reply other threads:[~2012-12-09 16:49 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50C4C136.7080803@googlemail.com \
--to=andreas.devel@googlemail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox