m68knommu: remove use of MBAR in old-style ColdFire timer
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Mar 2011 23:57:14 +0000 (09:57 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:54 +0000 (21:01 +1000)
Not all ColdFire CPUs that use the old style timer hardware module use
an MBAR set peripheral region. Move the TIMER base address defines to the
per-CPU header files where we can set it correctly based on how the
peripherals are mapped - instead of using a fake MBAR for some platforms.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>

No differences found