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)
commit18cb3faf6fc72ccfc2965aeec9e04fa7b0047c4c
tree6aaa5b97033fb1ad5697752eaf3571ca475de0f0
parentece9ae6515727d56ca21a8c925965b731a88b43b
m68k: move non-mmu 68000 platform code

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>
23 files changed:
arch/m68k/68000/Makefile [new file with mode: 0644]
arch/m68k/68000/bootlogo-vz.h [new file with mode: 0644]
arch/m68k/68000/bootlogo.h [new file with mode: 0644]
arch/m68k/68000/entry.S [new file with mode: 0644]
arch/m68k/68000/head.S [new file with mode: 0644]
arch/m68k/68000/ints.c [new file with mode: 0644]
arch/m68k/68000/m68328.c [new file with mode: 0644]
arch/m68k/68000/m68EZ328.c [new file with mode: 0644]
arch/m68k/68000/m68VZ328.c [new file with mode: 0644]
arch/m68k/68000/romvec.S [new file with mode: 0644]
arch/m68k/68000/timers.c [new file with mode: 0644]
arch/m68k/Makefile
arch/m68k/platform/68000/Makefile [deleted file]
arch/m68k/platform/68000/bootlogo-vz.h [deleted file]
arch/m68k/platform/68000/bootlogo.h [deleted file]
arch/m68k/platform/68000/entry.S [deleted file]
arch/m68k/platform/68000/head.S [deleted file]
arch/m68k/platform/68000/ints.c [deleted file]
arch/m68k/platform/68000/m68328.c [deleted file]
arch/m68k/platform/68000/m68EZ328.c [deleted file]
arch/m68k/platform/68000/m68VZ328.c [deleted file]
arch/m68k/platform/68000/romvec.S [deleted file]
arch/m68k/platform/68000/timers.c [deleted file]