mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
dc1da42f81
This patch moves the check, if a device should be skipped in PCI PNP configuration into the function pci_skip_dev(). This function is defined as weak so that it can be overwritten by a platform specific one if needed. The check if the device should get printed in the PCI summary upon bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function pci_print_dev() which is also defined as weak too. Signed-off-by: Stefan Roese <sr@denx.de> |
||
---|---|---|
.. | ||
fsl_pci_init.c | ||
Makefile | ||
pci.c | ||
pci_auto.c | ||
pci_indirect.c | ||
pci_sh4.c | ||
pci_sh7751.c | ||
pci_sh7780.c | ||
tsi108_pci.c | ||
w83c553f.c |