diff options
author | Subrata Banik <subratabanik@google.com> | 2024-07-16 13:30:48 +0000 |
---|---|---|
committer | Subrata Banik <subratabanik@google.com> | 2024-07-18 06:01:44 +0000 |
commit | 15cfc5df3a7f36c65fa418ff3c867246900eb267 (patch) | |
tree | 8a67f910a3f8b5be1cd5ef1eef4085a9c9b10988 /src/soc/intel/tigerlake/espi.c | |
parent | 825092a621af7b80d6289dd2d28ee03591e9e314 (diff) |
soc/intel/tigerlake: Switch to common eSPI header
This patch updates Tiger Lake code to use the common eSPI header file
(`intelpch/espi.h`) instead of the SoC-specific one.
BUG=none
TEST=Builds successfully for google/volteer.
Change-Id: I01eca0ab132b1788c4633d0e214d4dfde25f5b98
Signed-off-by: Subrata Banik <subratabanik@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83488
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/tigerlake/espi.c')
-rw-r--r-- | src/soc/intel/tigerlake/espi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/tigerlake/espi.c b/src/soc/intel/tigerlake/espi.c index 99bc6201da..6ef7c6d92d 100644 --- a/src/soc/intel/tigerlake/espi.c +++ b/src/soc/intel/tigerlake/espi.c @@ -14,7 +14,7 @@ #include <arch/ioapic.h> #include <intelblocks/itss.h> #include <intelblocks/lpc_lib.h> -#include <soc/espi.h> +#include <intelpch/espi.h> #include <soc/iomap.h> #include <soc/irq.h> #include <soc/pci_devs.h> |