Skip to content
Snippets Groups Projects
Commit 0373a7e9 authored by Tim Harvey's avatar Tim Harvey Committed by Tom Rini
Browse files

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: default avatarTim Harvey <tharvey@gateworks.com>
parent c75648d7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
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