stm32f1: remove stm32f1 support
A few years ago STM32F1 SoCs support has been added :0144caf22cgpio: stm32: add stm32f1 support2d18ef2364ARMv7M: 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>
This commit is contained in:
committed by
Tom Rini
parent
7b07a20c5e
commit
bc5d038445
@@ -467,7 +467,6 @@ extern flash_info_t *flash_get_info(ulong base);
|
||||
#define FLASH_S29GL128N 0x00F1 /* Spansion S29GL128N */
|
||||
|
||||
#define FLASH_STM32 0x00F2 /* STM32 Embedded Flash */
|
||||
#define FLASH_STM32F1 0x00F3 /* STM32F1 Embedded Flash */
|
||||
|
||||
#define FLASH_UNKNOWN 0xFFFF /* unknown flash type */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user