linux4sam / at91bootstrap

Second level bootloader for Microchip SoC (aka AT91)
https://www.linux4sam.org/linux4sam/bin/view/Linux4SAM/AT91Bootstrap4
112 stars 232 forks source link

Allow Thumb mode to be selected for SAMA5DX boards #157

Closed lnksz closed 1 year ago

lnksz commented 1 year ago

Close #152

We have been using thumb mode on our SAMA5D3 based board for over 5 years with success and the generated binaries have been always smaller in thumb mode than in ARM mode.

So allow the CONFIG_THUMB menu item for the SAMA5D3 boards

ehristev commented 1 year ago

Thank you for sorting this out ! Applied.