85xx: remove dummy board_early_init_f
[platform/kernel/u-boot.git] / board / freescale / mpc8555cds / mpc8555cds.c
index 94589c7..74e20cb 100644 (file)
@@ -194,11 +194,6 @@ const iop_conf_t iop_conf_tab[4][32] = {
     }
 };
 
-int board_early_init_f (void)
-{
-       return 0;
-}
-
 int checkboard (void)
 {
        volatile ccsr_gur_t *gur = (void *)(CFG_MPC85xx_GUTS_ADDR);