From bf30bb1f7c954d7855d9b23624b33b00c50b4697 Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Wed, 28 May 2008 18:20:15 +0400 Subject: 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 Acked-by: Andy Fleming Signed-off-by: Kim Phillips --- include/mpc85xx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/mpc85xx.h') diff --git a/include/mpc85xx.h b/include/mpc85xx.h index 321b24f75..da323e852 100644 --- a/include/mpc85xx.h +++ b/include/mpc85xx.h @@ -6,6 +6,8 @@ #ifndef __MPC85xx_H__ #define __MPC85xx_H__ +#include + /* define for common ppc_asm.tmpl */ #define EXC_OFF_SYS_RESET 0x100 /* System reset */ #define _START_OFFSET 0 -- cgit v1.2.3