]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68k: move non-mmu 68360 platform code
authorGreg Ungerer <gerg@uclinux.org>
Thu, 21 Aug 2014 12:02:10 +0000 (22:02 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Sep 2014 23:18:35 +0000 (09:18 +1000)
The non-mmu 68360 specific code is inconsistently placed under a directory
named "platform". Move it to arch/m68k/ along with the other platform and
board directories.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/68360/Makefile [moved from arch/m68k/platform/68360/Makefile with 100% similarity]
arch/m68k/68360/commproc.c [moved from arch/m68k/platform/68360/commproc.c with 100% similarity]
arch/m68k/68360/config.c [moved from arch/m68k/platform/68360/config.c with 100% similarity]
arch/m68k/68360/entry.S [moved from arch/m68k/platform/68360/entry.S with 100% similarity]
arch/m68k/68360/head-ram.S [moved from arch/m68k/platform/68360/head-ram.S with 100% similarity]
arch/m68k/68360/head-rom.S [moved from arch/m68k/platform/68360/head-rom.S with 100% similarity]
arch/m68k/68360/ints.c [moved from arch/m68k/platform/68360/ints.c with 100% similarity]
arch/m68k/Makefile

index dd96fc270ea1bdde5ce0c0a9ca6e590c3ccbb667..0b29dcfef69f339407880ac42d42d5d873d2e032 100644 (file)
@@ -92,7 +92,7 @@ endif
 #
 head-y                         := arch/m68k/kernel/head.o
 head-$(CONFIG_SUN3)            := arch/m68k/kernel/sun3-head.o
-head-$(CONFIG_M68360)          := arch/m68k/platform/68360/head.o
+head-$(CONFIG_M68360)          := arch/m68k/68360/head.o
 head-$(CONFIG_M68000)          := arch/m68k/68000/head.o
 head-$(CONFIG_COLDFIRE)                := arch/m68k/coldfire/head.o
 
@@ -114,7 +114,7 @@ core-$(CONFIG_NATFEAT)              += arch/m68k/emu/
 core-$(CONFIG_M68040)          += arch/m68k/fpsp040/
 core-$(CONFIG_M68060)          += arch/m68k/ifpsp060/
 core-$(CONFIG_M68KFPU_EMU)     += arch/m68k/math-emu/
-core-$(CONFIG_M68360)          += arch/m68k/platform/68360/
+core-$(CONFIG_M68360)          += arch/m68k/68360/
 core-$(CONFIG_M68000)          += arch/m68k/68000/
 core-$(CONFIG_COLDFIRE)                += arch/m68k/coldfire/