diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/include/common.h b/include/common.h index 4c0049168..ff4f821dd 100644 --- a/include/common.h +++ b/include/common.h @@ -89,7 +89,7 @@ typedef volatile unsigned char	vu_char;  #include <mpc85xx.h>  #include <asm/immap_85xx.h>  #endif -#ifdef CONFIG_MPC83XX +#ifdef CONFIG_MPC83xx  #include <mpc83xx.h>  #include <asm/immap_83xx.h>  #endif @@ -412,7 +412,7 @@ void	trap_init     (ulong);      defined (CONFIG_MPC8220)	|| \      defined (CONFIG_MPC85xx)	|| \      defined (CONFIG_MPC86xx)	|| \ -    defined (CONFIG_MPC83XX) +    defined (CONFIG_MPC83xx)  unsigned char	in8(unsigned int);  void		out8(unsigned int, unsigned char);  unsigned short	in16(unsigned int); @@ -433,7 +433,7 @@ unsigned short	in16(unsigned int);  void		out16(unsigned int, unsigned short value);  #endif -#if defined (CONFIG_MPC83XX) +#if defined (CONFIG_MPC83xx)  void		ppcDWload(unsigned int *addr, unsigned int *ret);  void		ppcDWstore(unsigned int *addr, unsigned int *value);  #endif @@ -550,7 +550,7 @@ void	cpu_init_f    (void);  int	cpu_init_r    (void);  #if defined(CONFIG_8260)  int	prt_8260_rsr  (void); -#elif defined(CONFIG_MPC83XX) +#elif defined(CONFIG_MPC83xx)  int	prt_83xx_rsr  (void);  #endif |