Re: [PATCH 1/5] pci: Skip configuring PCI Rom Address for unsupported header types

2021-10-15 Thread Tom Rini
On Thu, Oct 07, 2021 at 02:50:57PM +0200, Pali Rohár wrote: > PCI Rom Address is currently supported only for Normal (0x00) and > Bridge (0x01) header types. Fix code accordingly. > > Signed-off-by: Pali Rohár > Reviewed-by: Stefan Roese Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 1/5] pci: Skip configuring PCI Rom Address for unsupported header types

2021-10-07 Thread Stefan Roese
On 07.10.21 14:50, Pali Rohár wrote: PCI Rom Address is currently supported only for Normal (0x00) and Bridge (0x01) header types. Fix code accordingly. Signed-off-by: Pali Rohár Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/pci/pci_auto.c | 3 ++- 1 file changed, 2

[PATCH 1/5] pci: Skip configuring PCI Rom Address for unsupported header types

2021-10-07 Thread Pali Rohár
PCI Rom Address is currently supported only for Normal (0x00) and Bridge (0x01) header types. Fix code accordingly. Signed-off-by: Pali Rohár --- drivers/pci/pci_auto.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci_auto.c b/drivers/pci/pci_auto.c index