commit | cdfc243e7df1b3abba2c6aa35eba89f59b46219e | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Sat Mar 05 22:48:52 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Mar 15 21:01:53 2011 +1000 |
tree | 6874642901478e972237148ac574994d737fc3cc | |
parent | 254eef7464f0704290af4b91021f512eb4c98d59 [diff] |
m68knommu: remove bogus definition of MBAR for ColdFire 532x family Remove the bogus definition of the MBAR register for the ColdFire 532x family. It doesn't have an MBAR register, its peripheral registers are at fixed addresses and are not relative to a settable base. All the code that relyed on this definition existing has been cleaned up. The register address definitions now include the base as required. Signed-off-by: Greg Ungerer <gerg@uclinux.org>