On Mon, Sep 19, 2016 at 01:05:34PM -0400, Tom Rini wrote:

> Previously we had been adjusting CONFIG_SYS_MALLOC_LEN based on if
> CONFIG_DFU_MMC has been set or not.  However, for quite some time this
> has not been the case as we often include <configs/ti_armv7_common.h>
> prior to setting CONFIG_DFU_MMC so we would always use 16MiB and then
> not have enough room for to DFU files.  Given the amount of memory we
> always have, setting a minimum size of 32MiB for malloc is reasonable.
> However, in the SPL case not only do we not need that much we start
> running into overlap problems and then will fail to boot.  Since we
> don't need 16MiB in the SPL case, bring this down to 8MiB.
> 
> Signed-off-by: Tom Rini <tr...@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to