soc: stm32l476rg: rename SOC config flag

Rename SOC_STM32L476XX to SOC_STM32L476XG 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: I834bb5b83c24c39e90c0492a2b22a7c7802de361
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2017-05-10 13:48:45 +02:00 committed by Anas Nashif
commit 19a91c0272
7 changed files with 9 additions and 10 deletions

View file

@ -6,7 +6,7 @@
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L476XX
if SOC_STM32L476XG
config SOC
string
@ -16,5 +16,4 @@ config NUM_IRQS
int
default 82
endif # SOC_STM32L476XX
endif # SOC_STM32L476XG

View file

@ -10,8 +10,8 @@ choice
prompt "STM32L4x MCU Selection"
depends on SOC_SERIES_STM32L4X
config SOC_STM32L476XX
bool "STM32L476XX"
config SOC_STM32L476XG
bool "STM32L476XG"
select HAS_STM32CUBE
config SOC_STM32L432XC