]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: am3517_evm: Build for Thumb
authorAdam Ford <aford173@gmail.com>
Sun, 21 Oct 2018 15:50:59 +0000 (10:50 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 16 Nov 2018 18:34:37 +0000 (13:34 -0500)
commit64c9acbe9e8d6f55b83e6409f268aa9aab38db87
tree58a59db57e9cefcca47ad4e224bcaf32227de32a
parente39619b6bda61f84bed5c805884a409269bdedd7
ARM: am3517_evm: Build for Thumb

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>
configs/am3517_evm_defconfig