soc: stm32f407xg: rename SOC config flag
Rename SOC_STM32F407XX to SOC_STM32F407XG to keep flash size information. Aim is to be able to distinguish flash size variants of the SoC when needed (for instance in dts/arm/st/mem.h file). Change-Id: I0afa16e86b7c99b9e685004f96beeb888f9e7568 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
2a10920aaf
commit
8986f33559
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ depends on SOC_SERIES_STM32F4X
|
|||
config SOC_STM32F401XE
|
||||
bool "STM32F401XE"
|
||||
|
||||
config SOC_STM32F407XX
|
||||
config SOC_STM32F407XG
|
||||
bool "STM32F407XX"
|
||||
|
||||
config SOC_STM32F411XE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue