aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-03-05 07:48:52 -0500
committerGreg Ungerer <gerg@uclinux.org>2011-03-15 07:01:53 -0400
commitcdfc243e7df1b3abba2c6aa35eba89f59b46219e (patch)
tree6874642901478e972237148ac574994d737fc3cc /arch/m68k/include
parent254eef7464f0704290af4b91021f512eb4c98d59 (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>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/coldfire.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/m68k/include/asm/coldfire.h b/arch/m68k/include/asm/coldfire.h
index 91676454731b..8daea2cf202e 100644
--- a/arch/m68k/include/asm/coldfire.h
+++ b/arch/m68k/include/asm/coldfire.h
@@ -41,9 +41,6 @@
41 defined(CONFIG_M520x) 41 defined(CONFIG_M520x)
42#undef MCF_MBAR 42#undef MCF_MBAR
43#define MCF_MBAR MCF_IPSBAR 43#define MCF_MBAR MCF_IPSBAR
44#elif defined(CONFIG_M532x)
45#undef MCF_MBAR
46#define MCF_MBAR 0x00000000
47#endif 44#endif
48 45
49/****************************************************************************/ 46/****************************************************************************/