diff options
author | Patrice Chotard | 2017-08-09 15:13:02 +0200 |
---|---|---|
committer | Tom Rini | 2017-08-13 15:17:37 -0400 |
commit | bc5d0384458466ed5b3608d326eec03cd4f13016 (patch) | |
tree | 88ab058e10fbde3e58f210f57c1e1c39373bda9d /arch/arm/mach-stm32/Makefile | |
parent | 7b07a20c5e668b67348dc7a3abbeb437ab0afa52 (diff) |
stm32f1: remove stm32f1 support
A few years ago STM32F1 SoCs support has been added :
0144caf22ce6acd5c gpio: stm32: add stm32f1 support
2d18ef2364fd3561a ARMv7M: add STM32F1 support
But neither STM32F1 dedicated defconfig nor board was
associated to these commits.
Got confirmation from Tom Rini and Matt Porter to remove
all this code [1]
[1] http://u-boot.10912.n7.nabble.com/Remove-STM32F1-support-td301603.html
Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/arm/mach-stm32/Makefile')
-rw-r--r-- | arch/arm/mach-stm32/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-stm32/Makefile b/arch/arm/mach-stm32/Makefile index ffc537f35b1..6b7694471f8 100644 --- a/arch/arm/mach-stm32/Makefile +++ b/arch/arm/mach-stm32/Makefile @@ -5,6 +5,5 @@ # SPDX-License-Identifier: GPL-2.0+ # -obj-$(CONFIG_STM32F1) += stm32f1/ obj-$(CONFIG_STM32F4) += stm32f4/ obj-$(CONFIG_STM32F7) += stm32f7/ |