summaryrefslogtreecommitdiffstats
path: root/src/mainboard/intel
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2021-07-18 13:41:50 +0530
committerSubrata Banik <subrata.banik@intel.com>2021-07-19 18:25:42 +0000
commit75f927601e8683e2d93ada26f9e2b21b496d7e93 (patch)
tree60b0578d4fa14ff76c6b175c335ad2f83ebaf500 /src/mainboard/intel
parent21c70b1d0b1ebfde3f4d0aa1f45342e377be2e15 (diff)
downloadcoreboot-75f927601e8683e2d93ada26f9e2b21b496d7e93.tar.gz
coreboot-75f927601e8683e2d93ada26f9e2b21b496d7e93.tar.bz2
coreboot-75f927601e8683e2d93ada26f9e2b21b496d7e93.zip
mb/{google, intel}: 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: I411f4f2c237a9e2d39038ee30f2957698ee053bd Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/56412 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/adlrvp/bootblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/adlrvp/bootblock.c b/src/mainboard/intel/adlrvp/bootblock.c
index 76fee80006e8..60dee1ab0591 100644
--- a/src/mainboard/intel/adlrvp/bootblock.c
+++ b/src/mainboard/intel/adlrvp/bootblock.c
@@ -6,8 +6,8 @@
#include <cf9_reset.h>
#include <commonlib/region.h>
#include <console/console.h>
+#include <cpu/intel/cpu_ids.h>
#include <fmap.h>
-#include <intelblocks/mp_init.h>
#include <intelblocks/pmclib.h>
#define SI_DESC_REGION "SI_DESC"