aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/graphics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/skylake/graphics.c')
-rw-r--r--src/soc/intel/skylake/graphics.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/intel/skylake/graphics.c b/src/soc/intel/skylake/graphics.c
index 98b469c1c9..cb669b1b74 100644
--- a/src/soc/intel/skylake/graphics.c
+++ b/src/soc/intel/skylake/graphics.c
@@ -87,8 +87,8 @@ u32 map_oprom_vendev(u32 vendev)
u32 new_vendev = vendev;
switch (vendev) {
- case 0x80865916: /* PCI_DEVICE_ID_INTEL_KBL_GT2_SULTM */
- case 0x80865917: /* PCI_DEVICE_ID_INTEL_KBL_GT2_SULTMR */
+ case 0x80865916: /* PCI_DID_INTEL_KBL_GT2_SULTM */
+ case 0x80865917: /* PCI_DID_INTEL_KBL_GT2_SULTMR */
new_vendev = SA_IGD_OPROM_VENDEV;
break;
}