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)
commit3ba885f524b9cca1f0975e7bf00eddb275407b74
tree3d3f52f95826a46b28050ce815652e910b0b28b0
parent18cb3faf6fc72ccfc2965aeec9e04fa7b0047c4c
m68k: move non-mmu 68360 platform code

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>
15 files changed:
arch/m68k/68360/Makefile [new file with mode: 0644]
arch/m68k/68360/commproc.c [new file with mode: 0644]
arch/m68k/68360/config.c [new file with mode: 0644]
arch/m68k/68360/entry.S [new file with mode: 0644]
arch/m68k/68360/head-ram.S [new file with mode: 0644]
arch/m68k/68360/head-rom.S [new file with mode: 0644]
arch/m68k/68360/ints.c [new file with mode: 0644]
arch/m68k/Makefile
arch/m68k/platform/68360/Makefile [deleted file]
arch/m68k/platform/68360/commproc.c [deleted file]
arch/m68k/platform/68360/config.c [deleted file]
arch/m68k/platform/68360/entry.S [deleted file]
arch/m68k/platform/68360/head-ram.S [deleted file]
arch/m68k/platform/68360/head-rom.S [deleted file]
arch/m68k/platform/68360/ints.c [deleted file]