Re: [U-Boot] [PATCH v2 3/5] pci: minor cleanup of CONFIG_PCI_PNP usage

2012-09-02 Thread Wolfgang Denk
Dear Andrew Sharp, In message <1346285792-32292-4-git-send-email-andywy...@gmail.com> you wrote: > Refactor the common PCI code just a tiny bit surrounding the PCI_PNP > (pciauto) stuff. Makes the code a tiny bit easier to read, and also > makes it more obvious that almost no platform needs to se

[U-Boot] [PATCH v2 3/5] pci: minor cleanup of CONFIG_PCI_PNP usage

2012-08-29 Thread Andrew Sharp
Refactor the common PCI code just a tiny bit surrounding the PCI_PNP (pciauto) stuff. Makes the code a tiny bit easier to read, and also makes it more obvious that almost no platform needs to setup or use the pci_config_table stuff. Signed-off-by: Andrew Sharp --- drivers/pci/pci.c | 12 +