summaryrefslogtreecommitdiffstats
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/pci_rom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_rom.c b/src/device/pci_rom.c
index 70ffe48b2671..b8dafd1bdd06 100644
--- a/src/device/pci_rom.c
+++ b/src/device/pci_rom.c
@@ -276,7 +276,7 @@ pci_rom_write_acpi_tables(const struct device *device, unsigned long current,
return current;
/* AMD/ATI uses VFCT */
- if (device->vendor == PCI_VENDOR_ID_ATI) {
+ if (device->vendor == PCI_VID_ATI) {
acpi_vfct_t *vfct;
current = ALIGN_UP(current, 8);