summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-09-26 22:48:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-27 10:27:32 +0200
commit06d375b0dbd004410e0211b621494e13de7a0572 (patch)
tree0c607026e61b5c3b63a7c9c0abcc3f7348ebb2e7
parente1278becb36576c6025eade1a29a715ab896ce7b (diff)
downloadbarebox-06d375b0dbd004410e0211b621494e13de7a0572.tar.gz
barebox-06d375b0dbd004410e0211b621494e13de7a0572.tar.xz
mpc5200: hardcode MBAR to 0xf0000000
We use 0xf0000000 in barebox, no need to configure this. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h b/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
index 8e95dd0c11..cef02d8b18 100644
--- a/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
+++ b/arch/ppc/mach-mpc5xxx/include/mach/mpc5xxx.h
@@ -40,6 +40,8 @@
/* Exception offsets (PowerPC standard) */
#define EXC_OFF_SYS_RESET 0x0100
+#define CFG_MBAR 0xf0000000
+
/* useful macros for manipulating CSx_START/STOP */
#if defined(CONFIG_MGT5100)
#define START_REG(start) ((start) >> 15)