diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index c8ad856a5..03db8d7a4 100644 --- a/include/common.h +++ b/include/common.h @@ -43,6 +43,20 @@ typedef volatile unsigned char	vu_char;  #endif  #ifdef	CONFIG_8xx  #include <asm/8xx_immap.h> +#ifdef CONFIG_MPC860 +#define CONFIG_MPC86x 1 +#endif +#ifdef CONFIG_MPC860T +#define CONFIG_MPC86x 1 +#endif +#if defined(CONFIG_MPC866P) || \ +    defined(CONFIG_MPC866T) || \ +    defined(CONFIG_MPC859T) || \ +    defined(CONFIG_MPC859DSL) || \ +    defined(CONFIG_MPC852T) +#define CONFIG_MPC866_et_al 1 +#define CONFIG_MPC86x 1 +#endif  #elif defined(CONFIG_5xx)  #include <asm/5xx_immap.h>  #elif defined(CONFIG_8260) |