1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-08-31 16:22:36 +02:00

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>
This commit is contained in:
Trevor Woerner
2020-05-06 08:02:42 -04:00
committed by Tom Rini
parent 18138ab203
commit 71f6354b0e
13 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
CONFIG_ARM=y
CONFIG_STM32=y
CONFIG_ARCH_STM32=y
CONFIG_SYS_TEXT_BASE=0x08008000
CONFIG_SYS_MALLOC_F_LEN=0xE00
CONFIG_ENV_SIZE=0x2000