Browse Source

m68k: move coldfire platform code

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>
Greg Ungerer 11 years ago
parent
commit
f86b9e0383

+ 2 - 2
arch/m68k/Makefile

@@ -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

+ 0 - 0
arch/m68k/platform/coldfire/Makefile → arch/m68k/coldfire/Makefile


+ 0 - 0
arch/m68k/platform/coldfire/cache.c → arch/m68k/coldfire/cache.c


+ 0 - 0
arch/m68k/platform/coldfire/clk.c → arch/m68k/coldfire/clk.c


+ 0 - 0
arch/m68k/platform/coldfire/device.c → arch/m68k/coldfire/device.c


+ 0 - 0
arch/m68k/platform/coldfire/dma.c → arch/m68k/coldfire/dma.c


+ 0 - 0
arch/m68k/platform/coldfire/dma_timer.c → arch/m68k/coldfire/dma_timer.c


+ 0 - 0
arch/m68k/platform/coldfire/entry.S → arch/m68k/coldfire/entry.S


+ 0 - 0
arch/m68k/platform/coldfire/firebee.c → arch/m68k/coldfire/firebee.c


+ 0 - 0
arch/m68k/platform/coldfire/gpio.c → arch/m68k/coldfire/gpio.c


+ 0 - 0
arch/m68k/platform/coldfire/head.S → arch/m68k/coldfire/head.S


+ 0 - 0
arch/m68k/platform/coldfire/intc-2.c → arch/m68k/coldfire/intc-2.c


+ 0 - 0
arch/m68k/platform/coldfire/intc-5249.c → arch/m68k/coldfire/intc-5249.c


+ 0 - 0
arch/m68k/platform/coldfire/intc-525x.c → arch/m68k/coldfire/intc-525x.c


+ 0 - 0
arch/m68k/platform/coldfire/intc-5272.c → arch/m68k/coldfire/intc-5272.c


+ 0 - 0
arch/m68k/platform/coldfire/intc-simr.c → arch/m68k/coldfire/intc-simr.c


+ 0 - 0
arch/m68k/platform/coldfire/intc.c → arch/m68k/coldfire/intc.c


+ 0 - 0
arch/m68k/platform/coldfire/m5206.c → arch/m68k/coldfire/m5206.c


+ 0 - 0
arch/m68k/platform/coldfire/m520x.c → arch/m68k/coldfire/m520x.c


+ 0 - 0
arch/m68k/platform/coldfire/m523x.c → arch/m68k/coldfire/m523x.c


+ 0 - 0
arch/m68k/platform/coldfire/m5249.c → arch/m68k/coldfire/m5249.c


+ 0 - 0
arch/m68k/platform/coldfire/m525x.c → arch/m68k/coldfire/m525x.c


+ 0 - 0
arch/m68k/platform/coldfire/m5272.c → arch/m68k/coldfire/m5272.c


+ 0 - 0
arch/m68k/platform/coldfire/m527x.c → arch/m68k/coldfire/m527x.c


+ 0 - 0
arch/m68k/platform/coldfire/m528x.c → arch/m68k/coldfire/m528x.c


+ 0 - 0
arch/m68k/platform/coldfire/m5307.c → arch/m68k/coldfire/m5307.c


+ 0 - 0
arch/m68k/platform/coldfire/m53xx.c → arch/m68k/coldfire/m53xx.c


+ 0 - 0
arch/m68k/platform/coldfire/m5407.c → arch/m68k/coldfire/m5407.c


+ 0 - 0
arch/m68k/platform/coldfire/m5441x.c → arch/m68k/coldfire/m5441x.c


+ 0 - 0
arch/m68k/platform/coldfire/m54xx.c → arch/m68k/coldfire/m54xx.c


+ 0 - 0
arch/m68k/platform/coldfire/mcf8390.c → arch/m68k/coldfire/mcf8390.c


+ 0 - 0
arch/m68k/platform/coldfire/nettel.c → arch/m68k/coldfire/nettel.c


+ 0 - 0
arch/m68k/platform/coldfire/pci.c → arch/m68k/coldfire/pci.c


+ 0 - 0
arch/m68k/platform/coldfire/pit.c → arch/m68k/coldfire/pit.c


+ 0 - 0
arch/m68k/platform/coldfire/reset.c → arch/m68k/coldfire/reset.c


+ 0 - 0
arch/m68k/platform/coldfire/sltimers.c → arch/m68k/coldfire/sltimers.c


+ 0 - 0
arch/m68k/platform/coldfire/timers.c → arch/m68k/coldfire/timers.c


+ 0 - 0
arch/m68k/platform/coldfire/vectors.c → arch/m68k/coldfire/vectors.c