Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2ba710d authored by Greg Ungerer's avatar Greg Ungerer
Browse files

m68knommu: move ColdFire 5249 MBAR2 definition



The MBAR2 register is only used on the ColdFire 5249 part, so move its
definition out of the common coldfire.h and into the 5249 support header.

Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
parent d3ff2c22
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
 *	This is generally setup by the boards start up code.
 */
#define	MCF_MBAR	0x10000000
#define	MCF_MBAR2	0x80000000
#if defined(CONFIG_M54xx)
#define	MCF_IPSBAR	MCF_MBAR
#elif defined(CONFIG_M520x)
+5 −0
Original line number Diff line number Diff line
@@ -16,6 +16,11 @@

#include <asm/m52xxacr.h>

/*
 *	The 5249 has a second MBAR region, define its address.
 */
#define	MCF_MBAR2		0x80000000

/*
 *	Define the 5249 SIM register set addresses.
 */