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

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
12 files changed:
arch/m68k/68000/Makefile [moved from arch/m68k/platform/68000/Makefile with 100% similarity]
arch/m68k/68000/bootlogo-vz.h [moved from arch/m68k/platform/68000/bootlogo-vz.h with 100% similarity]
arch/m68k/68000/bootlogo.h [moved from arch/m68k/platform/68000/bootlogo.h with 100% similarity]
arch/m68k/68000/entry.S [moved from arch/m68k/platform/68000/entry.S with 100% similarity]
arch/m68k/68000/head.S [moved from arch/m68k/platform/68000/head.S with 100% similarity]
arch/m68k/68000/ints.c [moved from arch/m68k/platform/68000/ints.c with 100% similarity]
arch/m68k/68000/m68328.c [moved from arch/m68k/platform/68000/m68328.c with 100% similarity]
arch/m68k/68000/m68EZ328.c [moved from arch/m68k/platform/68000/m68EZ328.c with 100% similarity]
arch/m68k/68000/m68VZ328.c [moved from arch/m68k/platform/68000/m68VZ328.c with 100% similarity]
arch/m68k/68000/romvec.S [moved from arch/m68k/platform/68000/romvec.S with 100% similarity]
arch/m68k/68000/timers.c [moved from arch/m68k/platform/68000/timers.c with 100% similarity]
arch/m68k/Makefile

index 2e2477591fdf4b3a99a7aa43a93d0151e19e9ed8..dd96fc270ea1bdde5ce0c0a9ca6e590c3ccbb667 100644 (file)
@@ -93,7 +93,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-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_M68000)          := arch/m68k/platform/68000/head.o
+head-$(CONFIG_M68000)          := arch/m68k/68000/head.o
 head-$(CONFIG_COLDFIRE)                := arch/m68k/coldfire/head.o
 
 core-y                         += arch/m68k/kernel/    arch/m68k/mm/
 head-$(CONFIG_COLDFIRE)                := arch/m68k/coldfire/head.o
 
 core-y                         += arch/m68k/kernel/    arch/m68k/mm/
@@ -115,7 +115,7 @@ 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_M68060)          += arch/m68k/ifpsp060/
 core-$(CONFIG_M68KFPU_EMU)     += arch/m68k/math-emu/
 core-$(CONFIG_M68360)          += arch/m68k/platform/68360/
-core-$(CONFIG_M68000)          += arch/m68k/platform/68000/
+core-$(CONFIG_M68000)          += arch/m68k/68000/
 core-$(CONFIG_COLDFIRE)                += arch/m68k/coldfire/
 
 
 core-$(CONFIG_COLDFIRE)                += arch/m68k/coldfire/