]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/board_f.c
generic-board: show model name in board_init_f() too
[people/ms/u-boot.git] / 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)