]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pci_ids: fix i225 unprogrammed value
authorMarjolaine Amate <marjolaine.amate@odyssee-systemes.fr>
Mon, 24 Jun 2024 19:49:07 +0000 (19:49 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 5 Jul 2024 19:57:02 +0000 (13:57 -0600)
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 <marjolaine.amate@odyssee-systemes.fr>
include/pci_ids.h

index 834ec926b5224bb2f1116ebf7ae9d4a265b6c772..6f095442cac57812ffe7ad661bfcae342ce17d16 100644 (file)
 #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