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>
This commit is contained in:
parent
60d9b891f6
commit
549c2cd24f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue