From eba13277199b1195b78e47b6ea2e8745e7b66cd9 Mon Sep 17 00:00:00 2001 From: Florian Vaussard Date: Thu, 11 May 2017 15:06:46 +0200 Subject: [PATCH] soc: stm32f429zi: finish SOC renaming Commit 87893ddf7ad4 ("soc: stm32f429zi: rename SOC config flag") renamed SOC_STM32F429XX to SOC_STM32F429XI but the text of the option should be changed as well to reflect this restriction in scope. Change-Id: I2627b59f805e73d6c8a3534e0feec71a4269c9ab Signed-off-by: Florian Vaussard --- arch/arm/soc/st_stm32/stm32f4/Kconfig.soc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc b/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc index 27e843fce54..e6bc8a60822 100644 --- a/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc +++ b/arch/arm/soc/st_stm32/stm32f4/Kconfig.soc @@ -19,7 +19,7 @@ config SOC_STM32F411XE bool "STM32F411XE" config SOC_STM32F429XI - bool "STM32F429XX" + bool "STM32F429XI" endchoice