Skip to content
Snippets Groups Projects
Commit b5b7db9c authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://git.denx.de/u-boot-sh

parents 1d28d48e d85f46a2
No related branches found
No related tags found
No related merge requests found
...@@ -74,3 +74,15 @@ int pci_sh4_init(struct pci_controller *hose) ...@@ -74,3 +74,15 @@ int pci_sh4_init(struct pci_controller *hose)
hose->last_busno = pci_hose_scan(hose); hose->last_busno = pci_hose_scan(hose);
return 0; return 0;
} }
int pci_skip_dev(struct pci_controller *hose, pci_dev_t dev)
{
return 0;
}
#ifdef CONFIG_PCI_SCAN_SHOW
int pci_print_dev(struct pci_controller *hose, pci_dev_t dev)
{
return 1;
}
#endif /* CONFIG_PCI_SCAN_SHOW */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment