m68knommu: move the 54xx platform code into the common ColdFire code directory
authorGreg Ungerer <gerg@uclinux.org>
Tue, 17 Apr 2012 05:41:02 +0000 (15:41 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 20 May 2012 11:22:07 +0000 (21:22 +1000)
commit453549d2e511a8490e04f91b084aa418f9f4e5d2
treecf2438a853b3094ea1f79e86bffdd41d158beb04
parente33e73f560fcd612603b915357e5931d2217b1b2
m68knommu: move the 54xx 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/54xx/Makefile [deleted file]
arch/m68k/platform/54xx/config.c [deleted file]
arch/m68k/platform/54xx/firebee.c [deleted file]
arch/m68k/platform/coldfire/Makefile
arch/m68k/platform/coldfire/firebee.c [new file with mode: 0644]
arch/m68k/platform/coldfire/m54xx.c [new file with mode: 0644]