aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/stoneyridge
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2022-10-31 13:46:00 +0100
committerFelix Held <felix-coreboot@felixheld.de>2022-11-03 13:07:39 +0000
commitf743e0c0e4e31f41230f2c8e27299e2e56259b77 (patch)
treea590ad38f7443df7ed380b0b6bc5f1ec3077ff8c /src/soc/amd/stoneyridge
parent35c3ae3bf4a43a36028fbd9e34ea4cb758029bf1 (diff)
soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h>
Also sort includes. Change-Id: Iea29938623fe1b2bcdd7f869b0accbc1f8758e7a Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69033 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/soc/amd/stoneyridge')
-rw-r--r--src/soc/amd/stoneyridge/romstage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/stoneyridge/romstage.c b/src/soc/amd/stoneyridge/romstage.c
index 7d1124ad45..54fc51ee99 100644
--- a/src/soc/amd/stoneyridge/romstage.c
+++ b/src/soc/amd/stoneyridge/romstage.c
@@ -2,16 +2,16 @@
#include <acpi/acpi.h>
#include <amdblocks/acpi.h>
-#include <amdblocks/agesawrapper.h>
#include <amdblocks/agesawrapper_call.h>
+#include <amdblocks/agesawrapper.h>
#include <amdblocks/biosram.h>
#include <amdblocks/psp.h>
-#include <arch/cpu.h>
#include <arch/romstage.h>
#include <cbmem.h>
#include <commonlib/helpers.h>
#include <console/console.h>
#include <cpu/amd/mtrr.h>
+#include <cpu/cpu.h>
#include <cpu/x86/msr.h>
#include <cpu/x86/mtrr.h>
#include <cpu/x86/smm.h>