mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2025-12-10 07:44:53 +01:00
Merge branch 'master' of git://git.denx.de/u-boot-sh
This commit is contained in:
commit
b5b7db9c87
1 changed files with 12 additions and 0 deletions
|
|
@ -74,3 +74,15 @@ int pci_sh4_init(struct pci_controller *hose)
|
|||
hose->last_busno = pci_hose_scan(hose);
|
||||
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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue