include/device/pci_ids: deduplicate AMD family 17h northbridge ID
The code uses PCI_DEVICE_ID_AMD_17H_MODEL_101F_NB instead; Change-Id: Ia88550d377643741f78ff068e57d6a2d783306f3 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47675 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
parent
9a8e8c605a
commit
52ba30226c
|
@ -453,7 +453,6 @@
|
|||
#define PCI_DEVICE_ID_AMD_CZ_USB3_0 0x7914
|
||||
#define PCI_DEVICE_ID_AMD_CZ_SMBUS 0x790B
|
||||
|
||||
#define PCI_DEVICE_ID_AMD_FAM17H_GNB 0x15D0
|
||||
#define PCI_DEVICE_ID_AMD_FAM17H_PCIE_GPP 0x15D3
|
||||
#define PCI_DEVICE_ID_AMD_FAM17H_PCIE_GPP_BUSA 0x15DB
|
||||
#define PCI_DEVICE_ID_AMD_FAM17H_PCIE_GPP_BUSB 0x15DC
|
||||
|
|
Loading…
Reference in New Issue