[U-Boot] [RFC 09/11] sunxi/nand: Enable UBI and NAND commands
Ian Campbell
ijc at hellion.org.uk
Sat Jun 6 17:36:13 CEST 2015
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.
More information about the U-Boot
mailing list