Re: [U-Boot] [PATCH V4 2/8] configs: ti: armv7_common: enable Thumb mode for all

2015-07-23 Thread Tom Rini
On Wed, Jul 22, 2015 at 06:05:42PM -0500, Nishanth Menon wrote: Commit bd2c4522c26d5 (ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)) enabled thumb mode only for SPL builds, however, All TI armv7 platforms do support thumb, and there is no reason why the space savings cannot

[U-Boot] [PATCH V4 2/8] configs: ti: armv7_common: enable Thumb mode for all

2015-07-22 Thread Nishanth Menon
Commit bd2c4522c26d5 (ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)) enabled thumb mode only for SPL builds, however, All TI armv7 platforms do support thumb, and there is no reason why the space savings cannot be exploited for u-boot as well. Reported-by: Murali Karicheri