From 344f652085a4c61ea7c9275be100599881d8faf4 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Fri, 12 Jul 2019 12:24:53 +0200 Subject: ARM: stm32mp: fix some misnomers/typos The arch was renamed to stm32mp, so it doesn't look out of place when the stm32mp2 is released. Fix spotted comments/labels with the old name. While at it, fix a typo about the SoC name on the DK2 board. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/Kconfig') diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0f5190b417..de45bcf82a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -208,7 +208,7 @@ config ARCH_S3C64xx select GENERIC_GPIO config ARCH_STM32MP - bool "ST stm32mp1xx" + bool "STMicroelectronics STM32MP" select CPU_V7 select HAVE_PBL_MULTI_IMAGES select CLKDEV_LOOKUP -- cgit v1.2.3