mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: stm32mp: fix typo in STM32MP135-DK prompt
@ 2023-11-09 13:02 Ahmad Fatoum
  2023-11-10 13:24 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2023-11-09 13:02 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

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@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-11-10 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-09 13:02 [PATCH] ARM: stm32mp: fix typo in STM32MP135-DK prompt Ahmad Fatoum
2023-11-10 13:24 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox