Skip to content

Commit

Permalink
soc: stm32f3: Delete obsolete FLASH_PAGE_SIZE Kconfig symbol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
erwango authored and nashif committed Jun 24, 2019
1 parent f20d2b6 commit 9f857c3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 16 deletions.
4 changes: 0 additions & 4 deletions soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f302x8
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f303xc
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f334x8
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions soc/arm/st_stm32/stm32f3/Kconfig.defconfig.stm32f373xc
Expand Up @@ -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
Expand Down

0 comments on commit 9f857c3

Please sign in to comment.