[U-Boot] [PATCH 3/8] ARM: hikey: Use linux/sizes.h for malloc size

Peter Griffin peter.griffin at linaro.org
Thu Sep 10 09:34:40 CEST 2015


Hi Fabio,

On 9 September 2015 at 22:22, Fabio Estevam <festevam at gmail.com> wrote:

> On Wed, Sep 9, 2015 at 6:13 PM, Peter Griffin <peter.griffin at linaro.org>
> wrote:
>
> >  /* Size of malloc() pool */
> > -#define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + (8 << 20))
> > +#define CONFIG_SYS_MALLOC_LEN          SZ_8M
>
> You are no longer adding CONFIG_ENV_SIZE.
>

Eeek, good spot!

>
> Is this intended? If so, you should mention it in the commit log.
>

No it wasn't, will fix in v2.

regards,

Peter.


More information about the U-Boot mailing list