]> Git Repo - J-u-boot.git/blobdiff - include/common.h
* Some code cleanup
[J-u-boot.git] / include / common.h
index fed04a9a73feba8d2d8cb80ef4d6c49debeddc40..df58008be8dac973a978d4d53685211e1f464974 100644 (file)
@@ -397,9 +397,10 @@ void       get_sys_info  ( sys_info_t * );
 #if defined(CONFIG_8xx) || defined(CONFIG_8260)
 void   cpu_init_f    (volatile immap_t *immr);
 #endif
-#if defined(CONFIG_4xx) || defined(CONFIG_MPC85xx)
+#if defined(CONFIG_4xx) || defined(CONFIG_MPC85xx) || defined(CONFIG_MCF52x2)
 void   cpu_init_f    (void);
 #endif
+
 int    cpu_init_r    (void);
 #if defined(CONFIG_8260)
 int    prt_8260_rsr  (void);
This page took 0.026325 seconds and 4 git commands to generate.