]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c
Kirkwood: bugfix: broken early console messages
[karo-tx-uboot.git] / board / Marvell / mv88f6281gtw_ge / mv88f6281gtw_ge.c
index 93d1400be49d469fbdb04248617cf0523fa44ef9..80fd20b7f4b03027faeb519e13d047133fa79130 100644 (file)
@@ -32,7 +32,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-int board_init(void)
+int board_early_init_f(void)
 {
        /*
         * default gpio configuration
@@ -98,7 +98,11 @@ int board_init(void)
                0
        };
        kirkwood_mpp_conf(kwmpp_config);
+       return 0;
+}
 
+int board_init(void)
+{
        /*
         * arch number of board
         */