]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: Enable SYS_THUMB_BUILD on AT91
authorSean Anderson <seanga2@gmail.com>
Sun, 5 Nov 2023 02:27:42 +0000 (22:27 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 16 Nov 2023 18:48:58 +0000 (13:48 -0500)
commita9a73799731807cca117d234c4338b710db3cfdd
treee7dbab5211f49e15bd0397a84248836483c53946
parentbe0724601a9dd6aebca04337b1299edd126bbb4e
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>
arch/arm/Kconfig