]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - board/sandpoint/sandpoint.c
Add "pcidelay" environment variable (in ms, enabled via CONFIG_PCI_BOOTDELAY).
[people/ms/u-boot.git] / board / sandpoint / sandpoint.c
index 8d385f7111e4ede311c7ff878cd987a57c40c7c2..fe1c0a0d5eb4613e8e03664a58b66c5281693675 100644 (file)
@@ -121,7 +121,7 @@ struct pci_controller hose = {
 #endif
 };
 
-void pci_init(void)
+void pci_init_board(void)
 {
        pci_mpc824x_init(&hose);
 }