m68k: move coldfire platform code
authorGreg Ungerer <gerg@uclinux.org>
Tue, 19 Aug 2014 01:39:09 +0000 (11:39 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Sep 2014 23:18:34 +0000 (09:18 +1000)
Move the m68k ColdFire platform support code directory to be with the
existing m68k platforms. Although the ColdFire is not a platform as such,
we have always kept all its support together. No reason to change that
as this time.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
38 files changed:
arch/m68k/Makefile
arch/m68k/coldfire/Makefile [moved from arch/m68k/platform/coldfire/Makefile with 100% similarity]
arch/m68k/coldfire/cache.c [moved from arch/m68k/platform/coldfire/cache.c with 100% similarity]
arch/m68k/coldfire/clk.c [moved from arch/m68k/platform/coldfire/clk.c with 100% similarity]
arch/m68k/coldfire/device.c [moved from arch/m68k/platform/coldfire/device.c with 100% similarity]
arch/m68k/coldfire/dma.c [moved from arch/m68k/platform/coldfire/dma.c with 100% similarity]
arch/m68k/coldfire/dma_timer.c [moved from arch/m68k/platform/coldfire/dma_timer.c with 100% similarity]
arch/m68k/coldfire/entry.S [moved from arch/m68k/platform/coldfire/entry.S with 100% similarity]
arch/m68k/coldfire/firebee.c [moved from arch/m68k/platform/coldfire/firebee.c with 100% similarity]
arch/m68k/coldfire/gpio.c [moved from arch/m68k/platform/coldfire/gpio.c with 100% similarity]
arch/m68k/coldfire/head.S [moved from arch/m68k/platform/coldfire/head.S with 100% similarity]
arch/m68k/coldfire/intc-2.c [moved from arch/m68k/platform/coldfire/intc-2.c with 100% similarity]
arch/m68k/coldfire/intc-5249.c [moved from arch/m68k/platform/coldfire/intc-5249.c with 100% similarity]
arch/m68k/coldfire/intc-525x.c [moved from arch/m68k/platform/coldfire/intc-525x.c with 100% similarity]
arch/m68k/coldfire/intc-5272.c [moved from arch/m68k/platform/coldfire/intc-5272.c with 100% similarity]
arch/m68k/coldfire/intc-simr.c [moved from arch/m68k/platform/coldfire/intc-simr.c with 100% similarity]
arch/m68k/coldfire/intc.c [moved from arch/m68k/platform/coldfire/intc.c with 100% similarity]
arch/m68k/coldfire/m5206.c [moved from arch/m68k/platform/coldfire/m5206.c with 100% similarity]
arch/m68k/coldfire/m520x.c [moved from arch/m68k/platform/coldfire/m520x.c with 100% similarity]
arch/m68k/coldfire/m523x.c [moved from arch/m68k/platform/coldfire/m523x.c with 100% similarity]
arch/m68k/coldfire/m5249.c [moved from arch/m68k/platform/coldfire/m5249.c with 100% similarity]
arch/m68k/coldfire/m525x.c [moved from arch/m68k/platform/coldfire/m525x.c with 100% similarity]
arch/m68k/coldfire/m5272.c [moved from arch/m68k/platform/coldfire/m5272.c with 100% similarity]
arch/m68k/coldfire/m527x.c [moved from arch/m68k/platform/coldfire/m527x.c with 100% similarity]
arch/m68k/coldfire/m528x.c [moved from arch/m68k/platform/coldfire/m528x.c with 100% similarity]
arch/m68k/coldfire/m5307.c [moved from arch/m68k/platform/coldfire/m5307.c with 100% similarity]
arch/m68k/coldfire/m53xx.c [moved from arch/m68k/platform/coldfire/m53xx.c with 100% similarity]
arch/m68k/coldfire/m5407.c [moved from arch/m68k/platform/coldfire/m5407.c with 100% similarity]
arch/m68k/coldfire/m5441x.c [moved from arch/m68k/platform/coldfire/m5441x.c with 100% similarity]
arch/m68k/coldfire/m54xx.c [moved from arch/m68k/platform/coldfire/m54xx.c with 100% similarity]
arch/m68k/coldfire/mcf8390.c [moved from arch/m68k/platform/coldfire/mcf8390.c with 100% similarity]
arch/m68k/coldfire/nettel.c [moved from arch/m68k/platform/coldfire/nettel.c with 100% similarity]
arch/m68k/coldfire/pci.c [moved from arch/m68k/platform/coldfire/pci.c with 100% similarity]
arch/m68k/coldfire/pit.c [moved from arch/m68k/platform/coldfire/pit.c with 100% similarity]
arch/m68k/coldfire/reset.c [moved from arch/m68k/platform/coldfire/reset.c with 100% similarity]
arch/m68k/coldfire/sltimers.c [moved from arch/m68k/platform/coldfire/sltimers.c with 100% similarity]
arch/m68k/coldfire/timers.c [moved from arch/m68k/platform/coldfire/timers.c with 100% similarity]
arch/m68k/coldfire/vectors.c [moved from arch/m68k/platform/coldfire/vectors.c with 100% similarity]

index 7f7830f..2e24775 100644 (file)
@@ -94,7 +94,7 @@ 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_COLDFIRE)                := arch/m68k/platform/coldfire/head.o
+head-$(CONFIG_COLDFIRE)                := arch/m68k/coldfire/head.o
 
 core-y                         += arch/m68k/kernel/    arch/m68k/mm/
 libs-y                         += arch/m68k/lib/
@@ -116,7 +116,7 @@ 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_COLDFIRE)                += arch/m68k/platform/coldfire/
+core-$(CONFIG_COLDFIRE)                += arch/m68k/coldfire/
 
 
 all:   zImage
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge