summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/picasso/bootblock.c')
-rw-r--r--src/soc/amd/picasso/bootblock.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/soc/amd/picasso/bootblock.c b/src/soc/amd/picasso/bootblock.c
index dd4ef3c12a..9e88ceaec4 100644
--- a/src/soc/amd/picasso/bootblock.c
+++ b/src/soc/amd/picasso/bootblock.c
@@ -1,13 +1,14 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <stdint.h>
+#include <amdblocks/amd_pci_mmconf.h>
#include <amdblocks/cpu.h>
#include <bootblock_common.h>
#include <console/console.h>
+#include <cpu/cpu.h>
#include <cpu/x86/tsc.h>
#include <soc/psp_transfer.h>
#include <soc/southbridge.h>
-#include <amdblocks/amd_pci_mmconf.h>
+#include <stdint.h>
asmlinkage void bootblock_c_entry(uint64_t base_timestamp)
{