aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/amd/picasso/bootblock.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/picasso/bootblock.c b/src/soc/amd/picasso/bootblock.c
index 88c03af0a9..dd4ef3c12a 100644
--- a/src/soc/amd/picasso/bootblock.c
+++ b/src/soc/amd/picasso/bootblock.c
@@ -1,16 +1,12 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <stdint.h>
-#include <symbols.h>
#include <amdblocks/cpu.h>
-#include <amdblocks/reset.h>
#include <bootblock_common.h>
#include <console/console.h>
#include <cpu/x86/tsc.h>
-#include <pc80/mc146818rtc.h>
#include <soc/psp_transfer.h>
#include <soc/southbridge.h>
-#include <soc/i2c.h>
#include <amdblocks/amd_pci_mmconf.h>
asmlinkage void bootblock_c_entry(uint64_t base_timestamp)