soc: stm32: STM32F4: Remove useless package digit

Fixes #16733, applied to STM32F4 series.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-06-17 12:03:12 +02:00 committed by Anas Nashif
commit a54de3176d
18 changed files with 31 additions and 34 deletions

View file

@ -30,22 +30,19 @@ config SOC_STM32F412ZG
config SOC_STM32F413XX
bool "STM32F413XX"
config SOC_STM32F415RG
bool "STM32F415RG"
config SOC_STM32F415XX
bool "STM32F415XX"
config SOC_STM32F417XE
bool "STM32F417XE"
config SOC_STM32F417XX
bool "STM32F417XX"
config SOC_STM32F417XG
bool "STM32F417XG"
config SOC_STM32F429XI
config SOC_STM32F429XX
bool "STM32F429XI"
config SOC_STM32F446XE
bool "STM32F446XE"
config SOC_STM32F446XX
bool "STM32F446XX"
config SOC_STM32F469XI
bool "STM32F469XI"
config SOC_STM32F469XX
bool "STM32F469XX"
endchoice