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:
parent
f20d2b6f41
commit
9f857c3ba8
4 changed files with 0 additions and 16 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue