m68knommu: remove address offsets relative to IPSBAR for ColdFire 527x
authorGreg Ungerer <gerg@uclinux.org>
Mon, 17 Sep 2012 02:07:21 +0000 (12:07 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 27 Sep 2012 13:33:56 +0000 (23:33 +1000)
commitf821e349cf2539bc7752652ef7b60030c1fc49fb
tree31f0e529b2ab4ca65cfcc39c187d74577a835a19
parent8a415c4be5401f94d7be075682b8c0f43440329a
m68knommu: remove address offsets relative to IPSBAR for ColdFire 527x

Remove the last address definitions relative to the IPSBAR peripheral region
for the ColdFire 527x family. This involved cleaning up some magic numbers
used in the code part, and making them proper register definitions in the 527x
specific header.

This is part of the process of cleaning up the ColdFire register definitions
to make them consistently use absolute addresses for the primary registers.
This will reduce the occasional bugs caused by inconsistent definition of
the register addresses.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/m527xsim.h
arch/m68k/platform/coldfire/m527x.c
This page took 0.025596 seconds and 5 git commands to generate.