All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: am3517_evm: Build for Thumb
@ 2018-10-21 15:50 Adam Ford
  2018-11-17 13:32 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2018-10-21 15:50 UTC (permalink / raw)
  To: u-boot

In an effort to free up more resources in SPL and U-Boot, building
for Thumb shrinks the code side.

Before:

  text	   data	    bss	    dec	    hex	filename
  685588  25808	 275724	 987120	  f0ff0	u-boot

  text	   data	    bss	    dec	    hex	filename
  55324	    417	  67460	 123201	  1e141	spl/u-boot-spl

After:

   text	   data	    bss	    dec	    hex	filename
 515502	  25808	 275708	 817018	  c777a	u-boot

   text	   data	    bss	    dec	    hex	filename
  42910	    417	  67460	 110787	  1b0c3	spl/u-boot-spl

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
index e334030e51..8e522f95da 100644
--- a/configs/am3517_evm_defconfig
+++ b/configs/am3517_evm_defconfig
@@ -1,5 +1,4 @@
 CONFIG_ARM=y
-# CONFIG_SYS_THUMB_BUILD is not set
 CONFIG_ARCH_OMAP2PLUS=y
 CONFIG_SYS_TEXT_BASE=0x80100000
 CONFIG_TI_COMMON_CMD_OPTIONS=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] ARM: am3517_evm: Build for Thumb
  2018-10-21 15:50 [U-Boot] [PATCH] ARM: am3517_evm: Build for Thumb Adam Ford
@ 2018-11-17 13:32 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-11-17 13:32 UTC (permalink / raw)
  To: u-boot

On Sun, Oct 21, 2018 at 10:50:59AM -0500, Adam Ford wrote:

> In an effort to free up more resources in SPL and U-Boot, building
> for Thumb shrinks the code side.
> 
> Before:
> 
>   text	   data	    bss	    dec	    hex	filename
>   685588  25808	 275724	 987120	  f0ff0	u-boot
> 
>   text	   data	    bss	    dec	    hex	filename
>   55324	    417	  67460	 123201	  1e141	spl/u-boot-spl
> 
> After:
> 
>    text	   data	    bss	    dec	    hex	filename
>  515502	  25808	 275708	 817018	  c777a	u-boot
> 
>    text	   data	    bss	    dec	    hex	filename
>   42910	    417	  67460	 110787	  1b0c3	spl/u-boot-spl
> 
> Signed-off-by: Adam Ford <aford173@gmail.com>
> 
> diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig
> index e334030e51..8e522f95da 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/20181117/d01a372c/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-11-17 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-21 15:50 [U-Boot] [PATCH] ARM: am3517_evm: Build for Thumb Adam Ford
2018-11-17 13:32 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.