Re: [U-Boot] [PATCH 2/6] pci: Do not skip legacy IDE device configutation

2015-05-18 Thread Simon Glass
Hi Bin, On 15 May 2015 at 09:40, Bin Meng wrote: > The legacy IDE device has a BAR4 (Bus Master Interface BAR) which > needs to be configured. > > Signed-off-by: Bin Meng > --- > > drivers/pci/pci_auto.c | 14 -- > 1 file changed, 14 deletions(-) I don't see how this code change re

[U-Boot] [PATCH 2/6] pci: Do not skip legacy IDE device configutation

2015-05-15 Thread Bin Meng
The legacy IDE device has a BAR4 (Bus Master Interface BAR) which needs to be configured. Signed-off-by: Bin Meng --- drivers/pci/pci_auto.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c index 43965d8..7c10983 100644 --- a/dri