From 7d3a9b1cbca4a12a1ea8edd2babc8c1cee0f2237 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 19 Feb 2023 11:57:40 +0800 Subject: [PATCH] Revert "STM32 Nucleo: warning: #warning "Default Flash Configuration Used"" This reverts commit 62c15c03d39103349efc2dd862e0943244deb2e4. Fix warning: the choice symbol STM32_FLASH_CONFIG_G (defined at arch/arm/src/stm32/Kconfig:1275) is selected by the following symbols, but select/imply has no effect on choice symbols - ARCH_CHIP_STM32F412ZG (defined at arch/arm/src/stm32/Kconfig:1014) --- arch/arm/src/stm32/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index 30e49bf341..214a31ef37 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -1015,7 +1015,6 @@ config ARCH_CHIP_STM32F412ZG bool "STM32F412ZG" select STM32_STM32F4XXX select STM32_STM32F412 - select STM32_FLASH_CONFIG_G config ARCH_CHIP_STM32F405RG bool "STM32F405RG"