m68knommu: move the 5249 platform code into the common ColdFire code directory
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 05:31:48 +0000 (15:31 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 20 May 2012 11:22:01 +0000 (21:22 +1000)
commit2d11251168d1f4104b4824893288f1220ead22b3
tree4fe8779f088d4e4db766ddc735def06bb7985ff4
parent4bf648fa98f44c29c1cc2d1846455e07e858a330
m68knommu: move the 5249 platform code into the common ColdFire code directory

All these separate directories for each ColdFire CPU SoC varient seems like
overkill. The majority of them only contain a single small config file. Move
these into the common ColdFire code directory.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Makefile
arch/m68k/platform/5249/Makefile [deleted file]
arch/m68k/platform/5249/config.c [deleted file]
arch/m68k/platform/5249/intc2.c [deleted file]
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/intc-5249.c [new file with mode: 0644]
arch/m68k/platform/coldfire/m5249.c [new file with mode: 0644]