aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/micropatch.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2019-06-14 06:41:38 +0000
committerMichael Ellerman <mpe@ellerman.id.au>2019-07-05 02:06:37 +1000
commit4128a89ac80d3714babde5b2811ffd058b09c229 (patch)
treef123fa688531a38236c8675ad712b37f6531523b /arch/powerpc/sysdev/micropatch.c
parentpowerpc/64: reuse PPC32 static inline flush_dcache_range() (diff)
downloadlinux-dev-4128a89ac80d3714babde5b2811ffd058b09c229.tar.xz
linux-dev-4128a89ac80d3714babde5b2811ffd058b09c229.zip
powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx
Only 8xx selects CPM1 and related CONFIG options are already in platforms/8xx/Kconfig Move the related C files to platforms/8xx/. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> [mpe: Minor formatting fixes] Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/8xx/micropatch.c (renamed from arch/powerpc/sysdev/micropatch.c)3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/micropatch.c b/arch/powerpc/platforms/8xx/micropatch.c
index 33a9042fca80..83649a641dea 100644
--- a/arch/powerpc/sysdev/micropatch.c
+++ b/arch/powerpc/platforms/8xx/micropatch.c
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: GPL-2.0
-/* Microcode patches for the CPM as supplied by Motorola.
+/*
+ * Microcode patches for the CPM as supplied by Motorola.
* This is the one for IIC/SPI. There is a newer one that
* also relocates SMC2, but this would require additional changes
* to uart.c, so I am holding off on that for a moment.