[U-Boot] [PATCH] arm: stm32: Remove redundant thumb build selection

1 Sep
2018
1 Sep
'18
1:15 a.m.
All armv7m arch builds are thumb & SYS_THUMB_BUILD is already selected by CPU_ARMV7M.
Signed-off-by: Vikas Manocha vikas.manocha@st.com --- arch/arm/Kconfig | 1 - 1 file changed, 1 deletion(-)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8a23c76..b711605 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1266,7 +1266,6 @@ config STM32 select CPU_V7M select DM select DM_SERIAL - select SYS_THUMB_BUILD imply CMD_DM
config ARCH_STI
--
2.7.4

11 Sep
11 Sep
2:26 p.m.
New subject: [U-Boot] arm: stm32: Remove redundant thumb build selection
On Fri, Aug 31, 2018 at 04:15:14PM -0700, Vikas Manocha wrote:
All armv7m arch builds are thumb & SYS_THUMB_BUILD is already selected by CPU_ARMV7M.
Signed-off-by: Vikas Manocha vikas.manocha@st.com
Applied to u-boot/master, thanks!
--
Tom
2432
Age (days ago)
2443
Last active (days ago)
1 comments
2 participants
participants (2)
-
Tom Rini
-
Vikas Manocha