Re: [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY

2015-07-31 Thread Simon Glass
Hi Bin, On 23 July 2015 at 00:46, Bin Meng wrote: > Hi Simon, > > On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: >> This option is not used by any board but appears to still be useful, at least >> for testing. With recent commits it does not build, so fix it. >> > > It looks like CONFIG_PC

Re: [U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY

2015-07-22 Thread Bin Meng
Hi Simon, On Wed, Jul 22, 2015 at 11:49 PM, Simon Glass wrote: > This option is not used by any board but appears to still be useful, at least > for testing. With recent commits it does not build, so fix it. > It looks like CONFIG_PCI_ENUM_ONLY does similar things as CONFIG_PCI_PNP. Can we just

[U-Boot] [PATCH 16/48] pci: Fix up code for CONFIG_PCI_ENUM_ONLY

2015-07-22 Thread Simon Glass
This option is not used by any board but appears to still be useful, at least for testing. With recent commits it does not build, so fix it. Signed-off-by: Simon Glass --- drivers/pci/pci_auto.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci_auto.c b/driv