1
0
Fork 0

pci: display header for bus scan

If we are displaying detected PCI devices (CONFIG_PCI_SCAN_SHOW) display
a 'PCI:' header prior to scan.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
utp
Tim Harvey 2015-05-08 15:16:07 -07:00 committed by Tom Rini
parent c75648d75e
commit 0373a7e91b
1 changed files with 4 additions and 0 deletions

View File

@ -503,6 +503,10 @@ int pci_hose_scan(struct pci_controller *hose)
}
#endif /* CONFIG_PCI_BOOTDELAY */
#ifdef CONFIG_PCI_SCAN_SHOW
puts("PCI:\n");
#endif
/*
* Start scan at current_busno.
* PCIe will start scan at first_busno+1.