Re: [U-Boot] [PATCH 03/24] armv8: prevent using THUMB

2016-11-21 Thread Alexander Graf
On 20/11/2016 15:56, Andre Przywara wrote: The predominantely 32-bit ARM targets try to compile the SPL in Thumb mode to reduce code size. The 64-bit AArch64 instruction set does not know an alternative, concise encoding, so the Thumb build option should only be set for 32-bit targets.

[U-Boot] [PATCH 03/24] armv8: prevent using THUMB

2016-11-20 Thread Andre Przywara
The predominantely 32-bit ARM targets try to compile the SPL in Thumb mode to reduce code size. The 64-bit AArch64 instruction set does not know an alternative, concise encoding, so the Thumb build option should only be set for 32-bit targets. Likewise -marm machine options are only valid for