commit | 8956854d4839341b61b70aae1f6df53d05084fb2 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Sat Aug 07 15:07:24 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 01 19:25:37 2021 -0400 |
tree | 02af3b1551b64dbc8607cd3a854c4eec322b5aa6 | |
parent | f629895fa34b7ba12572c9185209e2413a758208 [diff] |
arm: u8500: Prefer building in thumb mode by default Enabling CONFIG_SYS_THUMB_BUILD produces a significantly smaller U-Boot binary (250 KiB vs 320 KiB) that still seems to be fully functional. Make use of that by default but keep it as "imply" so it can be disabled for testing in case this causes trouble for someone. Signed-off-by: Stephan Gerhold <stephan@gerhold.net>