]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/cds/common/ft_board.c
* Added VIA configuration table
[people/ms/u-boot.git] / board / cds / common / ft_board.c
index 73eca5e69448cf57843902ed315db6c7997bc3ed..77d1d851d90860b4d36a67209a1bf44ee3356b01 100644 (file)
@@ -35,6 +35,9 @@ ft_board_setup(void *blob, bd_t *bd)
        u32 *p;
        int len;
 
+#ifdef CONFIG_PCI
+       ft_pci_setup(blob, bd);
+#endif
        ft_cpu_setup(blob, bd);
 
        p = ft_get_prop(blob, "/memory/reg", &len);