summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/icelake/include/soc/bootblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/icelake/include/soc/bootblock.h')
-rw-r--r--src/soc/intel/icelake/include/soc/bootblock.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/soc/intel/icelake/include/soc/bootblock.h b/src/soc/intel/icelake/include/soc/bootblock.h
deleted file mode 100644
index cdc350f74aae..000000000000
--- a/src/soc/intel/icelake/include/soc/bootblock.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-only */
-
-#ifndef _SOC_ICELAKE_BOOTBLOCK_H_
-#define _SOC_ICELAKE_BOOTBLOCK_H_
-
-/* Bootblock pre console init programming */
-void bootblock_pch_early_init(void);
-
-/* Bootblock post console init programming */
-void bootblock_pch_init(void);
-void pch_early_iorange_init(void);
-void report_platform_info(void);
-
-#endif