summaryrefslogtreecommitdiff
path: root/src/soc/intel/jasperlake/bootblock/pch.c
diff options
context:
space:
mode:
authorSubrata Banik <subratabanik@google.com>2024-07-16 13:29:58 +0000
committerSubrata Banik <subratabanik@google.com>2024-07-18 06:01:34 +0000
commit59e65e93777a2a94c984f9c5b9df43c9adcd58dc (patch)
treeb0a5704ed1205ddb665574d9d3e0e2d1fdf99bd8 /src/soc/intel/jasperlake/bootblock/pch.c
parent651428b9840f378d29d7d189ac48ddb50b454375 (diff)
soc/intel/jasperlake: Switch to common eSPI header
This patch updates Jasper 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/dedede. Change-Id: I93dcd26588111d848be1580220945687890ef3b8 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/83486 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/intel/jasperlake/bootblock/pch.c')
-rw-r--r--src/soc/intel/jasperlake/bootblock/pch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/jasperlake/bootblock/pch.c b/src/soc/intel/jasperlake/bootblock/pch.c
index 20b09f2706..21a3bb194a 100644
--- a/src/soc/intel/jasperlake/bootblock/pch.c
+++ b/src/soc/intel/jasperlake/bootblock/pch.c
@@ -12,8 +12,8 @@
#include <intelblocks/pcr.h>
#include <intelblocks/pmclib.h>
#include <intelblocks/rtc.h>
+#include <intelpch/espi.h>
#include <soc/bootblock.h>
-#include <soc/espi.h>
#include <soc/iomap.h>
#include <soc/p2sb.h>
#include <soc/pch.h>