summaryrefslogtreecommitdiffstats
path: root/include/mpc86xx.h
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-05-28 18:20:15 +0400
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2008-06-10 18:22:25 -0500
commit42dbd667c88d496882d53e22656e89b654205492 (patch)
tree670af7557761eb45ee30123cf098af742d58c426 /include/mpc86xx.h
parent730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769 (diff)
downloadblackbird-obmc-uboot-42dbd667c88d496882d53e22656e89b654205492.tar.gz
blackbird-obmc-uboot-42dbd667c88d496882d53e22656e89b654205492.zip
83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
This patch moves Freescale Localbus defines out of mpc83xx.h, so we could use it on MPC85xx and MPC86xx processors. Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Diffstat (limited to 'include/mpc86xx.h')
-rw-r--r--include/mpc86xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mpc86xx.h b/include/mpc86xx.h
index 9fd349af98..ce3d784da0 100644
--- a/include/mpc86xx.h
+++ b/include/mpc86xx.h
@@ -7,6 +7,8 @@
#ifndef __MPC86xx_H__
#define __MPC86xx_H__
+#include <asm/fsl_lbc.h>
+
#define EXC_OFF_SYS_RESET 0x0100 /* System reset offset */
#define _START_OFFSET EXC_OFF_SYS_RESET
OpenPOWER on IntegriCloud