commit | 97c0aaf9d62792f845bd1a1c552afea8237a58aa | [log] [tgz] |
---|---|---|
author | Sean Anderson <seanga2@gmail.com> | Sat Nov 04 22:27:42 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 16 13:48:58 2023 -0500 |
tree | e7dbab5211f49e15bd0397a84248836483c53946 | |
parent | 34d4a82010add507a4e2e2c0e89a063821125aba [diff] |
arm: Enable SYS_THUMB_BUILD on AT91 Several AT91 boards are quite close to their SPL size limit. For example, sama5d27_wlsom1_ek_mmc is just 173 bytes short of its limit and doesn't even fit with older GCCs. All AT91 processors should have thumb support. Enable SYS_THUMB_BUILD. This shrinks SPL by around 30%. Signed-off-by: Sean Anderson <seanga2@gmail.com>