Re: [U-Boot] [PATCH 40/45] pci: Add a little more debugging to pci_rom

2018-10-09 Thread sjg
On Tue, Oct 2, 2018 at 2:48 AM Simon Glass wrote: > > Add some logging on failure. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_rom.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng Applied to u-boot-dm __

Re: [U-Boot] [PATCH 40/45] pci: Add a little more debugging to pci_rom

2018-10-02 Thread Bin Meng
On Tue, Oct 2, 2018 at 2:48 AM Simon Glass wrote: > > Add some logging on failure. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_rom.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Bin Meng ___ U-Boot mailing l

[U-Boot] [PATCH 40/45] pci: Add a little more debugging to pci_rom

2018-10-01 Thread Simon Glass
Add some logging on failure. Signed-off-by: Simon Glass --- drivers/pci/pci_rom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/pci/pci_rom.c b/drivers/pci/pci_rom.c index 29113f79586..eaacd4066e8 100644 --- a/drivers/pci/pci_rom.c +++ b/drivers/pci/pci_rom.c @