soc: stm32f429zi: rename SOC config flag

Rename SOC_STM32F429XX to SOC_STM32F429XI 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: Id188b7703d2bce0a3ded09132ff0f205efa9c143
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2017-05-10 13:54:16 +02:00 committed by Anas Nashif
commit 2a10920aaf
3 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ config SOC_STM32F407XX
config SOC_STM32F411XE
bool "STM32F411XE"
config SOC_STM32F429XX
config SOC_STM32F429XI
bool "STM32F429XX"
endchoice