soc: stm32f3: Delete obsolete FLASH_PAGE_SIZE Kconfig symbol

Definition of obsolete FLASH_PAGE_SIZE Kconfig symbol was
remaining in STM32F3 soc files.
Clean these.


Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2019-06-21 09:24:37 +02:00 committed by Anas Nashif
commit 9f857c3ba8
4 changed files with 0 additions and 16 deletions

View file

@ -11,10 +11,6 @@ config SOC
string string
default "stm32f302x8" default "stm32f302x8"
config FLASH_PAGE_SIZE
hex
default 0x800
config NUM_IRQS config NUM_IRQS
int int
default 82 default 82

View file

@ -11,10 +11,6 @@ config SOC
string string
default "stm32f303xc" default "stm32f303xc"
config FLASH_PAGE_SIZE
hex
default 0x800
config NUM_IRQS config NUM_IRQS
int int
default 82 default 82

View file

@ -11,10 +11,6 @@ config SOC
string string
default "stm32f334x8" default "stm32f334x8"
config FLASH_PAGE_SIZE
hex
default 0x800
config NUM_IRQS config NUM_IRQS
int int
default 82 default 82

View file

@ -11,10 +11,6 @@ config SOC
string string
default "stm32f373xc" default "stm32f373xc"
config FLASH_PAGE_SIZE
hex
default 0x800
config NUM_IRQS config NUM_IRQS
int int
default 82 default 82