summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarjolaine Amate <[email protected]>2024-06-24 19:49:07 +0000
committerTom Rini <[email protected]>2024-07-05 13:57:02 -0600
commit905dc347dade9cc956f064cc885f38f83e68376a (patch)
tree048007465f789a1db3cd0b5510c28e6958233067 /include
parentaaebe0d41c1fdd9ed5c2fc5420f88bb0eb06024f (diff)
pci_ids: fix i225 unprogrammed value
This patch fixes the I225 hardware default value at 0x15FD meaning empty flash image or the NVM configuration loading failed Signed-off-by: Marjolaine Amate <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/pci_ids.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h
index 834ec926b52..6f095442cac 100644
--- a/include/pci_ids.h
+++ b/include/pci_ids.h
@@ -2715,7 +2715,7 @@
#define PCI_DEVICE_ID_INTEL_I211_COPPER 0x1539
#define PCI_DEVICE_ID_INTEL_I210_COPPER_FLASHLESS 0x157b
#define PCI_DEVICE_ID_INTEL_I210_SERDES_FLASHLESS 0x157c
-#define PCI_DEVICE_ID_INTEL_I225_UNPROGRAMMED 0x15dF
+#define PCI_DEVICE_ID_INTEL_I225_UNPROGRAMMED 0x15fd
#define PCI_DEVICE_ID_INTEL_I225_IT 0x0d9f
#define PCI_DEVICE_ID_INTEL_80960_RP 0x1960
#define PCI_DEVICE_ID_INTEL_82840_HB 0x1a21