On Fri, 2014-03-21 at 20:11 -0300, Emilio López wrote:
> Hi Ian,
> 
> El vie 21 mar 2014 18:40:04 ART, Ian Campbell escribió:
> > As advised by Tom.
> >
> > Signed-off-by: Ian Campbell <i...@hellion.org.uk>
> > Cc: Tom Rini <tr...@ti.com>
> > ---
> >   include/configs/sunxi-common.h | 4 ++--
> >   1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
> > index c76cf88..9070462 100644
> > --- a/include/configs/sunxi-common.h
> > +++ b/include/configs/sunxi-common.h
> > @@ -96,9 +96,9 @@
> >
> >   /*
> >    * Size of malloc() pool
> > - * 1MB = 0x100000, 0x100000 = 1024 * 1024
> > + * 4MB = 0x400000, 0x400000 = 1024 * 1024
> 
> The numbers don't add up on there there :)

Oops, should read 4 * 0x100000 = 4 * 1024 * 1024 at the end of course!

I might just ditch the comment in favour of "/* 4MB malloc() pool */",
we can all do maths...


> >    */
> > -#define CONFIG_SYS_MALLOC_LEN              (CONFIG_ENV_SIZE + (1 << 20))
> > +#define CONFIG_SYS_MALLOC_LEN              (CONFIG_ENV_SIZE + (4 << 20))
> >
> >   /* Flat Device Tree (FDT/DT) support */
> >   #define CONFIG_OF_LIBFDT
> 
> Thanks for working on all this! :)

My pleasure.

Ian.


-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to