From: Nishanth Menon Date: Wed, 22 Jul 2015 23:05:42 +0000 (-0500) Subject: configs: ti: armv7_common: enable Thumb mode for all X-Git-Tag: v2025.01-rc5-pxa1908~12452 X-Git-Url: http://git.dujemihanovic.xyz/img/static/gitweb.css?a=commitdiff_plain;h=7f2f44da4819144f13b22b5c5471d43025919fa3;p=u-boot.git configs: ti: armv7_common: enable Thumb mode for all 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 Suggested-by: Tom Rini Signed-off-by: Nishanth Menon Reviewed-by: Tom Rini --- diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 424f233d42..7bc2d6e836 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -231,9 +231,7 @@ #define CONFIG_SPL_EXT_SUPPORT #endif -#ifdef CONFIG_SPL_BUILD -#define CONFIG_SYS_THUMB_BUILD /* Thumbs mode to save space in SPL */ -#endif +#define CONFIG_SYS_THUMB_BUILD /* General parts of the framework, required. */ #define CONFIG_SPL_I2C_SUPPORT