From a3c7cacbed30ac180f0d4ae5b6bb6fb7693de8a7 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Mon, 25 Oct 2021 21:25:59 +0200 Subject: [PATCH] include/device/pci_ids: fix typo in PCI_DEVICE_ID_AMD_FE_GATE_700D The definitions isn't used in either spelling. Signed-off-by: Felix Held Change-Id: Id6faea2b9c89f0bd3c164a6dc76fac5ea712d313 Reviewed-on: https://review.coreboot.org/c/coreboot/+/58581 Tested-by: build bot (Jenkins) Reviewed-by: Marshall Dawson Reviewed-by: Paul Menzel --- src/include/device/pci_ids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index be4ce76087..6723b9855f 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -632,7 +632,7 @@ #define PCI_DEVICE_ID_AMD_FE_GATE_7006 0x7006 #define PCI_DEVICE_ID_AMD_FE_GATE_7007 0x7007 #define PCI_DEVICE_ID_AMD_FE_GATE_700C 0x700C -#define PCI_DEVIDE_ID_AMD_FE_GATE_700D 0x700D +#define PCI_DEVICE_ID_AMD_FE_GATE_700D 0x700D #define PCI_DEVICE_ID_AMD_FE_GATE_700E 0x700E #define PCI_DEVICE_ID_AMD_FE_GATE_700F 0x700F #define PCI_DEVICE_ID_AMD_COBRA_7400 0x7400