m68knommu: merge common ColdFire QSPI platform setup code
commitfa1fc24662d57170259948314b0759376eb75777
authorGreg Ungerer <gerg@uclinux.org>
Sat, 24 Dec 2011 02:56:10 +0000 (24 12:56 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 4 Mar 2012 23:43:09 +0000 (5 09:43 +1000)
tree9a721ae615c33bd34d665ec43946426858319722
parented8a2798f6cff0dc68ca7d5800279525aa310fd0
m68knommu: merge common ColdFire QSPI platform setup code

The ColdFire QSPI is common to quite a few ColdFire CPUs. No need to duplicate
its platform setup code for every CPU family member that has it. Merge all the
setup code into a single shared file.

This also results in few platforms no longer needing any local platform
setup code. In those cases remove the empty devices array and initcall
code as well.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/platform/520x/config.c
arch/m68k/platform/523x/config.c
arch/m68k/platform/5249/config.c
arch/m68k/platform/527x/config.c
arch/m68k/platform/528x/config.c
arch/m68k/platform/532x/config.c
arch/m68k/platform/coldfire/device.c