summaryrefslogtreecommitdiffstats
path: root/include/mpc85xx.h
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2008-05-28 18:20:15 +0400
committerKim Phillips <kim.phillips@freescale.com>2008-06-10 12:28:08 -0500
commitbf30bb1f7c954d7855d9b23624b33b00c50b4697 (patch)
treeb061b4478e01a3c9339c3ceb8b738acd15ee2352 /include/mpc85xx.h
parentd82b4fc0ce8cca95e857fc51022e841cb2dbee6a (diff)
downloadblackbird-obmc-uboot-bf30bb1f7c954d7855d9b23624b33b00c50b4697.tar.gz
blackbird-obmc-uboot-bf30bb1f7c954d7855d9b23624b33b00c50b4697.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> Acked-by: Andy Fleming <afleming@freescale.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Diffstat (limited to 'include/mpc85xx.h')
-rw-r--r--include/mpc85xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mpc85xx.h b/include/mpc85xx.h
index 321b24f755..da323e8528 100644
--- a/include/mpc85xx.h
+++ b/include/mpc85xx.h
@@ -6,6 +6,8 @@
#ifndef __MPC85xx_H__
#define __MPC85xx_H__
+#include <asm/fsl_lbc.h>
+
/* define for common ppc_asm.tmpl */
#define EXC_OFF_SYS_RESET 0x100 /* System reset */
#define _START_OFFSET 0
OpenPOWER on IntegriCloud