commit | e477366b277b57231c8f8578190ecc467fba1370 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Sun Oct 21 10:50:59 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Nov 16 13:34:37 2018 -0500 |
tree | 58a59db57e9cefcca47ad4e224bcaf32227de32a | |
parent | 66ff8b24747fd27442200e304185ccd624a9fbf9 [diff] |
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>