diff options
author | Subrata Banik <subratabanik@google.com> | 2022-10-11 14:01:28 +0530 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-10-12 23:51:43 +0000 |
commit | 549c2cd24fd24b70c2d34ef1fa0cccaecf59ad9f (patch) | |
tree | a3f07a465089a44f8764f767375e6af2fabf5d20 | |
parent | 60d9b891f606523d82ca8d9432051b159d28342a (diff) |
device: Drop unused ADL-N UFS PCI Device ID
This patch drops unused ADL-N UFS PCI Device ID macro
`PCI_DID_INTEL_ADP_UFS`.
BUG=none
TEST=Able to build and boot Google/Kano.
Signed-off-by: Subrata Banik <subratabanik@google.com>
Change-Id: I24e4a1a871763473df4d610b13e8a3a754470233
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68292
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Reviewed-by: Meera Ravindranath <meera.ravindranath@intel.com>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
-rw-r--r-- | src/include/device/pci_ids.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 4301cfb76d..cdfe0b40ae 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -4365,9 +4365,6 @@ #define PCI_DID_INTEL_JSP_EMMC 0x4dc4 #define PCI_DID_INTEL_ADP_EMMC 0x54c4 -/* Intel UFS device Ids */ -#define PCI_DID_INTEL_ADP_UFS 0x54ff - /* Intel Thunderbolt device Ids */ #define PCI_DID_INTEL_TGL_TBT_RP0 0x9a23 #define PCI_DID_INTEL_TGL_TBT_RP1 0x9a25 |