[U-Boot] ti_armv7_common.h: Adjust malloc pool size in all cases.

Tom Rini trini at konsulko.com
Tue Sep 27 23:34:20 CEST 2016


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 <trini at konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160927/3136e443/attachment.sig>


More information about the U-Boot mailing list