Re: [U-Boot] [PATCH v2 02/23] armv8: prevent using THUMB

2016-12-05 Thread Tom Rini
On Mon, Dec 05, 2016 at 01:52:09AM +, 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

Re: [U-Boot] [PATCH v2 02/23] armv8: prevent using THUMB

2016-12-04 Thread Maxime Ripard
On Mon, Dec 05, 2016 at 01:52:09AM +, 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

Re: [U-Boot] [PATCH v2 02/23] armv8: prevent using THUMB

2016-12-04 Thread Simon Glass
On 4 December 2016 at 18:52, 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