[PATCH] ARM: stm32mp: fix typo in STM32MP135-DK prompt
Ahmad Fatoum
a.fatoum at pengutronix.de
Thu Nov 9 05:02:53 PST 2023
The board is called STM32MP135 and there is currently no STM32MP137.
The typo was likely caused by copy-pasting from the STM32MP15x, which
has STM32MP157.
Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
arch/arm/mach-stm32mp/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index bc0a48d64c82..524d282a1db8 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -16,7 +16,7 @@ config ARCH_STM32MP157
config MACH_STM32MP13XX_DK
select ARCH_STM32MP13
- bool "STM32MP137F DK board"
+ bool "STM32MP135F DK board"
config MACH_STM32MP15XX_DKX
select ARCH_STM32MP157
--
2.39.2
More information about the barebox
mailing list