]> git.sur5r.net Git - u-boot/blobdiff - board/munices/munices.c
arm: bcm235xx: choose 8-bit phy bus width
[u-boot] / board / munices / munices.c
index 319fa8cba41c1c779d0d528f2d9d93163afa67e6..8f292ea8e2b23f870f0463e9b585657ba098a09c 100644 (file)
@@ -145,10 +145,11 @@ void pci_init_board(void)
 }
 #endif
 
-#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
-void
-ft_board_setup(void *blob, bd_t *bd)
+#ifdef CONFIG_OF_BOARD_SETUP
+int ft_board_setup(void *blob, bd_t *bd)
 {
        ft_cpu_setup(blob, bd);
+
+       return 0;
 }
-#endif
+#endif /* CONFIG_OF_BOARD_SETUP */