commit | 944c3d81dbead14725e7d12675c37a2027760608 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Tue Sep 18 14:51:46 2012 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Thu Sep 27 23:34:03 2012 +1000 |
tree | 3531830148ee9ec29bb590c356aca1e3ae25655c | |
parent | 632306f2454bf46c71d4fb7a499916d942b22a32 [diff] |
m68knommu: clean up ColdFire 54xx General Timer definitions Convert the ColdFire 54xx CPU General Timer register address definitions to include the MCF_MBAR peripheral region offset. This makes them consistent with all other 54xx address register definitions (in m54xxsim.h). The goal is to reduce different definitions used (some including offsets and others not) causing bugs when used incorrectly. Signed-off-by: Greg Ungerer <gerg@uclinux.org>