diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/common.h b/include/common.h index 25ab5aa54..acdcf6973 100644 --- a/include/common.h +++ b/include/common.h @@ -319,7 +319,7 @@ void	relocate_code (ulong, gd_t *, ulong);  ulong	get_endaddr   (void);  void	trap_init     (ulong);  #if defined (CONFIG_4xx)	|| \ -    defined (CONFIG_5xxx)	|| \ +    defined (CONFIG_MPC5xxx)	|| \      defined (CONFIG_74xx_7xx)	|| \      defined (CONFIG_74x)	|| \      defined (CONFIG_75x)	|| \ |