mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
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>
This commit is contained in:
parent
f629895fa3
commit
8956854d48
1 changed files with 1 additions and 0 deletions
|
@ -1062,6 +1062,7 @@ config ARCH_U8500
|
|||
imply PL01X_SERIAL
|
||||
imply PMIC_AB8500
|
||||
imply RTC_PL031
|
||||
imply SYS_THUMB_BUILD
|
||||
imply SYSRESET_SYSCON
|
||||
|
||||
config ARCH_VERSAL
|
||||
|
|
Loading…
Add table
Reference in a new issue