From 3b5a47b096b630ee0d59d996879d75a979e5b028 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 16 Jul 2021 13:39:32 +0530 Subject: [PATCH] soc/intel/cannonlake: Make use of `cpu/intel/cpu_ids.h' Remove inclusion of mp_init.h for getting CPUIDs and use dedicated cpu_ids.h file in SoC directory. Change-Id: I129f169e5dc394a11d8f7b07486cca4894dbec8e Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/56379 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/cannonlake/bootblock/report_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/intel/cannonlake/bootblock/report_platform.c b/src/soc/intel/cannonlake/bootblock/report_platform.c index 9c393e5cec..fed8ac2199 100644 --- a/src/soc/intel/cannonlake/bootblock/report_platform.c +++ b/src/soc/intel/cannonlake/bootblock/report_platform.c @@ -3,12 +3,12 @@ #include #include #include +#include #include #include #include #include #include -#include #include #include #include