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