diff options
Diffstat (limited to 'src/soc/intel/icelake')
-rw-r--r-- | src/soc/intel/icelake/bootblock/report_platform.c | 2 | ||||
-rw-r--r-- | src/soc/intel/icelake/fsp_params.c | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/soc/intel/icelake/bootblock/report_platform.c b/src/soc/intel/icelake/bootblock/report_platform.c index 898b0e3b28..8c6a6ef8db 100644 --- a/src/soc/intel/icelake/bootblock/report_platform.c +++ b/src/soc/intel/icelake/bootblock/report_platform.c @@ -3,11 +3,11 @@ #include <arch/cpu.h> #include <device/pci_ops.h> #include <console/console.h> +#include <cpu/intel/cpu_ids.h> #include <cpu/intel/microcode.h> #include <cpu/x86/msr.h> #include <device/pci.h> #include <device/pci_ids.h> -#include <intelblocks/mp_init.h> #include <soc/bootblock.h> #include <soc/pch.h> #include <soc/pci_devs.h> diff --git a/src/soc/intel/icelake/fsp_params.c b/src/soc/intel/icelake/fsp_params.c index 2d6309712b..aee2ef80ee 100644 --- a/src/soc/intel/icelake/fsp_params.c +++ b/src/soc/intel/icelake/fsp_params.c @@ -12,7 +12,6 @@ #include <soc/ramstage.h> #include <soc/soc_chip.h> #include <string.h> -#include <intelblocks/mp_init.h> #include <fsp/ppi/mp_service_ppi.h> static void parse_devicetree(FSP_S_CONFIG *params) |