On Wed, Sep 9, 2015 at 6:13 PM, Peter Griffin <[email protected]> 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. Is this intended? If so, you should mention it in the commit log. Regards, Fabio Estevam _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

