summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/icelake_rvp
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-31 13:13:37 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-04 01:02:44 +0000
commit1bd23e392238755a00fece98f67d1f2a0952305f (patch)
treeee8c214415462e280fd79fe6bf669d13ef81812e /src/mainboard/intel/icelake_rvp
parentd1bf9bfe060f0643aec0be89dc7268a9025647fb (diff)
mainboard: Include <cpu/cpu.h> instead of <arch/cpu.h>
Also sort includes. Change-Id: Iccb7f28a2c913ae0983bf224a03610d7fdd13c68 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69030 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/intel/icelake_rvp')
-rw-r--r--src/mainboard/intel/icelake_rvp/spd/spd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/intel/icelake_rvp/spd/spd_util.c b/src/mainboard/intel/icelake_rvp/spd/spd_util.c
index 12c3c0f4b2..39dd65a730 100644
--- a/src/mainboard/intel/icelake_rvp/spd/spd_util.c
+++ b/src/mainboard/intel/icelake_rvp/spd/spd_util.c
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <arch/cpu.h>
+#include <cpu/cpu.h>
#include <intelblocks/mp_init.h>
#include <stdint.h>
#include <string.h>