mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 07:13:28 +08:00
x86: pci: Don't stop when we get a vendor/device mismatch
These are quite common and we may as well press on and not be so picky. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
parent
222f25f855
commit
c5caba0366
@ -117,7 +117,7 @@ static int pci_rom_probe(pci_dev_t dev, uint class,
|
||||
(vendev == mapped_vendev)) {
|
||||
printf("ID mismatch: vendor ID %04x, device ID %04x\n",
|
||||
rom_vendor, rom_device);
|
||||
return -EPERM;
|
||||
/* Continue anyway */
|
||||
}
|
||||
|
||||
debug("PCI ROM image, Class Code %04x%02x, Code Type %02x\n",
|
||||
|
Loading…
Reference in New Issue
Block a user