From 94f94f8fb380b20858052144ab143b20ab7bf413 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Fri, 16 Jul 2021 13:35:00 +0530 Subject: [PATCH] soc/intel/jasperlake: 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: Iefc19bc81125f422b8d4fc2f4af60622e7d28c0f Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/56377 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/soc/intel/jasperlake/bootblock/report_platform.c | 2 +- src/soc/intel/jasperlake/fsp_params.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/soc/intel/jasperlake/bootblock/report_platform.c b/src/soc/intel/jasperlake/bootblock/report_platform.c index a588b75945..241e17285d 100644 --- a/src/soc/intel/jasperlake/bootblock/report_platform.c +++ b/src/soc/intel/jasperlake/bootblock/report_platform.c @@ -3,12 +3,12 @@ #include #include #include +#include #include #include #include #include #include -#include #include #include #include diff --git a/src/soc/intel/jasperlake/fsp_params.c b/src/soc/intel/jasperlake/fsp_params.c index 45bed5e4b8..0ad65e408c 100644 --- a/src/soc/intel/jasperlake/fsp_params.c +++ b/src/soc/intel/jasperlake/fsp_params.c @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include