]> 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 23d0f56bd625a20ed1a1daa47904d6c14dee7527..8f292ea8e2b23f870f0463e9b585657ba098a09c 100644 (file)
@@ -145,11 +145,11 @@ void pci_init_board(void)
 }
 #endif
 
-#if defined(CONFIG_OF_LIBFDT) && defined(CONFIG_OF_BOARD_SETUP)
+#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 */