summaryrefslogtreecommitdiff
path: root/configs/stm32f469-discovery_defconfig
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2020-05-06 08:02:42 -0400
committerTom Rini <trini@konsulko.com>2020-05-15 14:47:35 -0400
commit71f6354b0e3a098ddbddd7c59bbfda4c60c88381 (patch)
treecfd8b8f143e274c304f2040c908738aa1afd7a6b /configs/stm32f469-discovery_defconfig
parent18138ab20347ffe5a2b80dd180026dae697a160d (diff)
rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32
Have this symbol follow the pattern of all other such symbols. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Diffstat (limited to 'configs/stm32f469-discovery_defconfig')
-rw-r--r--configs/stm32f469-discovery_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/stm32f469-discovery_defconfig b/configs/stm32f469-discovery_defconfig
index 0ab00514d5..082fb0cc19 100644
--- a/configs/stm32f469-discovery_defconfig
+++ b/configs/stm32f469-discovery_defconfig
@@ -1,5 +1,5 @@
CONFIG_ARM=y
-CONFIG_STM32=y
+CONFIG_ARCH_STM32=y
CONFIG_SYS_TEXT_BASE=0x08000000
CONFIG_SYS_MALLOC_F_LEN=0xF00
CONFIG_ENV_SIZE=0x2000