From 59e65e93777a2a94c984f9c5b9df43c9adcd58dc Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Tue, 16 Jul 2024 13:29:58 +0000 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83486 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/intel/jasperlake/bootblock/pch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/jasperlake/bootblock') 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 #include #include +#include #include -#include #include #include #include -- cgit v1.2.3