Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/64588 )
Change subject: soc/intel/tigerlake: Drop unused `PCH_DEV_SLOT_LPC` macro ......................................................................
soc/intel/tigerlake: Drop unused `PCH_DEV_SLOT_LPC` macro
This patch drops the unused `PCH_DEV_SLOT_LPC` macro from the Tiger Lake SoC PCI device list.
BUG=none TEST=Able to build and boot volteer, google board.
Signed-off-by: Subrata Banik subratabanik@google.com Change-Id: I27a2f31aa706c4d76e9f0db202422bc129368959 --- M src/soc/intel/tigerlake/include/soc/pci_devs.h 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/64588/1
diff --git a/src/soc/intel/tigerlake/include/soc/pci_devs.h b/src/soc/intel/tigerlake/include/soc/pci_devs.h index eee03f9..05d96e8 100644 --- a/src/soc/intel/tigerlake/include/soc/pci_devs.h +++ b/src/soc/intel/tigerlake/include/soc/pci_devs.h @@ -210,7 +210,6 @@ #define PCH_DEV_GSPI1 _PCH_DEV(SIO5, 3)
#define PCH_DEV_SLOT_ESPI 0x1f -#define PCH_DEV_SLOT_LPC PCH_DEV_SLOT_ESPI #define PCH_DEVFN_ESPI _PCH_DEVFN(ESPI, 0) #define PCH_DEVFN_P2SB _PCH_DEVFN(ESPI, 1) #define PCH_DEVFN_PMC _PCH_DEVFN(ESPI, 2)