From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sat, 06 Jun 2015 16:36:13 +0100 Subject: [U-Boot] [RFC 09/11] sunxi/nand: Enable UBI and NAND commands In-Reply-To: <55730E29.8040807@redhat.com> References: <1433505164-24112-1-git-send-email-r.spliet@ultimaker.com> <1433505164-24112-10-git-send-email-r.spliet@ultimaker.com> <55730E29.8040807@redhat.com> Message-ID: <1433604973.3342.20.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2015-06-06 at 17:13 +0200, Hans de Goede wrote: > > @@ -113,7 +113,7 @@ > > #endif > > > > /* 4MB of malloc() pool */ > > -#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (4 << 20)) > > +#define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (64 << 20)) > > > > /* > > * Miscellaneous configurable options > > Please update the comment about malloc_pool size to match :) ...and explain in the commit log why this needs increasing as part of this change. Ian.