m68knommu: move ColdFire DMA register addresses to per-cpu headers
authorGreg Ungerer <gerg@uclinux.org>
Sat, 5 Mar 2011 14:54:36 +0000 (00:54 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:54 +0000 (21:01 +1000)
commitbabc08b7e953cd23e10d175d546309dedadaabea
treec07f8453f667c6f83770048d06523f8ef9a9205b
parenta0ba4332a2cb110d6ef7695e64887396ab7d09d6
m68knommu: move ColdFire DMA register addresses to per-cpu headers

The base addresses of the ColdFire DMA unit registers belong with
all the other address definitions in the per-cpu headers. The current
definitions assume they are relative to an MBAR register. Not all
ColdFire CPUs have an MBAR register. A clean address define can only
be acheived in the per-cpu headers along with all the other chips
peripheral base addresses.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m5206sim.h
arch/m68k/include/asm/m523xsim.h
arch/m68k/include/asm/m5249sim.h
arch/m68k/include/asm/m5272sim.h
arch/m68k/include/asm/m527xsim.h
arch/m68k/include/asm/m528xsim.h
arch/m68k/include/asm/m5307sim.h
arch/m68k/include/asm/m5407sim.h
arch/m68k/include/asm/mcfdma.h
arch/m68knommu/platform/coldfire/dma.c