]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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>
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