Re: [U-Boot] [PATCH] pci: display header for bus scan

2015-05-27 Thread Tim Harvey
On Fri, May 8, 2015 at 3:16 PM, Tim Harvey wrote: > If we are displaying detected PCI devices (CONFIG_PCI_SCAN_SHOW) display > a 'PCI:' header prior to scan. > > Signed-off-by: Tim Harvey > --- > drivers/pci/pci.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/pci/pci.c b/d

[U-Boot] [PATCH] pci: display header for bus scan

2015-05-08 Thread Tim Harvey
If we are displaying detected PCI devices (CONFIG_PCI_SCAN_SHOW) display a 'PCI:' header prior to scan. Signed-off-by: Tim Harvey --- drivers/pci/pci.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index e1296ca..7f53eb0 100644 --- a/drivers/pci/pc