* Patch by Masami Komiy, 22 Feb 2004:
[oweals/u-boot.git] / include / common.h
index df58008be8dac973a978d4d53685211e1f464974..a1460f4c656dc38402cab27770a0b8670cc3ce94 100644 (file)
@@ -319,6 +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_74xx_7xx)  || \
     defined (CONFIG_74x)       || \
     defined (CONFIG_75x)       || \
@@ -361,7 +362,7 @@ int sdram_adjust_866 (void);
 #if defined(CONFIG_8260)
 int    prt_8260_clks (void);
 #endif
-#if defined(CONFIG_MPC5XXX)
+#if defined(CONFIG_MPC5xxx)
 int    prt_mpc5xxx_clks (void);
 #endif
 #ifdef CONFIG_4xx