mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
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 <marjolaine.amate@odyssee-systemes.fr>
This commit is contained in:
parent
aaebe0d41c
commit
905dc347da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue