[U-Boot] ARM: da850evm: Enable SPL_SYS_MALLOC_SIMPLE

Tom Rini trini at konsulko.com
Mon Aug 20 17:40:39 UTC 2018


On Fri, Aug 10, 2018 at 04:07:47PM -0500, Adam Ford wrote:

> The SPL space is limited.  In order to try to enable DM in SPL,
> we need more space. When combined wtih TINY_PRINTF, this reduces
> the size of SPL by 6.5k
> 
> Original:
> 
>    text	   data	    bss	    dec	    hex	filename
>   20760	   1216	     80	  22056	   5628	spl/u-boot-spl
> 
> Tiny Printf
>    text	   data	    bss	    dec	    hex	filename
>   17947	   1216	     80	  19243	   4b2b	spl/u-boot-spl
> 
> Malloc Simple + Tiny Printf
>    text	   data	    bss	    dec	    hex	filename
>   15187	    176	     28	  15391	   3c1f	spl/u-boot-spl
> 
> Signed-off-by: Adam Ford <aford173 at gmail.com>
> 
> diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig
> index 46d0644254..24e02a7004 100644

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: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180820/84329683/attachment.sig>


More information about the U-Boot mailing list