]> git.sur5r.net Git - u-boot/blobdiff - common/board_f.c
x86: Remove unnecessary casts and fix comment typos
[u-boot] / common / board_f.c
index 215108ba06e07d5b907fac5def2887e1249d01ca..79531377a78b6d4b304c3f9bff7590b2ae0fa20f 100644 (file)
@@ -894,7 +894,7 @@ static init_fnc_t init_sequence_f[] = {
        prt_mpc5xxx_clks,
 #endif /* CONFIG_MPC5xxx */
 #if defined(CONFIG_DISPLAY_BOARDINFO)
-       checkboard,             /* display board info */
+       show_board_info,
 #endif
        INIT_FUNC_WATCHDOG_INIT
 #if defined(CONFIG_MISC_INIT_F)