ARM: stm32mp1: rename to stm32mp
Serial and clk driver both depend on CONFIG_ARCH_STM32MP1,
so either the Kconfig symbol or their depend needs to change.

Patches posted by the vendor to Linux, U-Boot and their BSP
Yocto-Layer speak of a STM32MP-Family of which the STM32MP1
is the first series, thus rename the arch by dropping the 1.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent afa8665 commit 09c9203cac8728926db8457ddaa88856afe014d9
@Ahmad Fatoum Ahmad Fatoum authored on 11 Jun 2019
Sascha Hauer committed on 13 Jun 2019
Showing 15 changed files
View
arch/arm/Kconfig
View
arch/arm/Makefile
View
arch/arm/configs/stm32mp1_defconfig 100644 → 0
View
arch/arm/configs/stm32mp_defconfig 0 → 100644
View
arch/arm/mach-stm32mp/Kconfig 0 → 100644
View
arch/arm/mach-stm32mp/Makefile 0 → 100644
View
arch/arm/mach-stm32mp/include/mach/debug_ll.h 0 → 100644
View
arch/arm/mach-stm32mp/include/mach/stm32.h 0 → 100644
View
arch/arm/mach-stm32mp1/Kconfig 100644 → 0
View
arch/arm/mach-stm32mp1/Makefile 100644 → 0
View
arch/arm/mach-stm32mp1/include/mach/debug_ll.h 100644 → 0
View
arch/arm/mach-stm32mp1/include/mach/stm32.h 100644 → 0
View
images/Makefile
View
images/Makefile.stm32mp 0 → 100644
View
images/Makefile.stm32mp1 100644 → 0