Drop prt_mpc5xxx_clks() in favour of print_cpuinfo()
[platform/kernel/u-boot.git] / common / board_f.c
index e5d112d..99c0b5a 100644 (file)
@@ -919,9 +919,6 @@ static init_fnc_t init_sequence_f[] = {
 #if defined(CONFIG_DISPLAY_CPUINFO)
        print_cpuinfo,          /* display cpu info (and speed) */
 #endif
-#if defined(CONFIG_MPC5xxx)
-       prt_mpc5xxx_clks,
-#endif /* CONFIG_MPC5xxx */
 #if defined(CONFIG_DISPLAY_BOARDINFO)
        show_board_info,
 #endif