summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2019-07-12 12:24:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-07-15 08:46:12 +0200
commit344f652085a4c61ea7c9275be100599881d8faf4 (patch)
treeff8c567705bc7f2f26678e9125836b94bcc41e10
parent7de1395b21d5d4186a802fb02f1250e2e890919b (diff)
downloadbarebox-344f652085a4c61ea7c9275be100599881d8faf4.tar.gz
barebox-344f652085a4c61ea7c9275be100599881d8faf4.tar.xz
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 <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/Kconfig2
-rw-r--r--arch/arm/mach-stm32mp/Kconfig4
-rw-r--r--images/Makefile.stm32mp2
3 files changed, 4 insertions, 4 deletions
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
diff --git a/arch/arm/mach-stm32mp/Kconfig b/arch/arm/mach-stm32mp/Kconfig
index 3bb8eb0096..6bf950b23f 100644
--- a/arch/arm/mach-stm32mp/Kconfig
+++ b/arch/arm/mach-stm32mp/Kconfig
@@ -4,11 +4,11 @@ config ARCH_NR_GPIO
int
default 416
-config ARCH_STM32MP1157
+config ARCH_STM32MP157
bool
config MACH_STM32MP157C_DK2
- select ARCH_STM32MP1157
+ select ARCH_STM32MP157
select ARM_USE_COMPRESSED_DTB
bool "STM32MP157C-DK2 board"
diff --git a/images/Makefile.stm32mp b/images/Makefile.stm32mp
index c49b1d72b7..bc3e7394d7 100644
--- a/images/Makefile.stm32mp
+++ b/images/Makefile.stm32mp
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
#
-# barebox image generation Makefile for STMicroelectronics MP1
+# barebox image generation Makefile for STMicroelectronics MP
#
pblb-$(CONFIG_MACH_STM32MP157C_DK2) += start_stm32mp157c_dk2