diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2022-10-31 13:46:00 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-11-03 13:07:39 +0000 |
commit | f743e0c0e4e31f41230f2c8e27299e2e56259b77 (patch) | |
tree | a590ad38f7443df7ed380b0b6bc5f1ec3077ff8c /src/soc/amd/cezanne | |
parent | 35c3ae3bf4a43a36028fbd9e34ea4cb758029bf1 (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/cezanne')
-rw-r--r-- | src/soc/amd/cezanne/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/cezanne/romstage.c b/src/soc/amd/cezanne/romstage.c index dce0b69735..b843bff7dc 100644 --- a/src/soc/amd/cezanne/romstage.c +++ b/src/soc/amd/cezanne/romstage.c @@ -4,8 +4,8 @@ #include <amdblocks/acpimmio.h> #include <amdblocks/memmap.h> #include <amdblocks/pmlib.h> -#include <arch/cpu.h> #include <console/console.h> +#include <cpu/cpu.h> #include <fsp/api.h> #include <program_loading.h> #include <romstage_common.h> |