summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mainboard/arm/rdn2/bootblock.c1
-rw-r--r--src/mainboard/arm/rdn2/cbmem.c1
-rw-r--r--src/mainboard/google/rauru/chromeos.c1
-rw-r--r--src/mainboard/lattepanda/mu/memory.c1
-rw-r--r--src/mainboard/starlabs/starfighter/variants/rpl/romstage.c1
-rw-r--r--src/soc/intel/common/block/systemagent-server/memmap.c1
-rw-r--r--src/soc/intel/xeon_sp/chip_gen1.c1
-rw-r--r--src/soc/intel/xeon_sp/cpx/romstage.c1
-rw-r--r--src/soc/intel/xeon_sp/lpc.c1
-rw-r--r--src/soc/mediatek/common/pmif_init.c1
-rw-r--r--src/soc/mediatek/mt8196/lastbus.c1
-rw-r--r--src/soc/mediatek/mt8196/spi.c1
12 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/arm/rdn2/bootblock.c b/src/mainboard/arm/rdn2/bootblock.c
index 5b59e7e033..a08961040c 100644
--- a/src/mainboard/arm/rdn2/bootblock.c
+++ b/src/mainboard/arm/rdn2/bootblock.c
@@ -2,7 +2,6 @@
#include <arch/mmu.h>
#include <bootblock_common.h>
-#include <console/console.h>
#include <mainboard/addressmap.h>
#include <symbols.h>
diff --git a/src/mainboard/arm/rdn2/cbmem.c b/src/mainboard/arm/rdn2/cbmem.c
index a8ad03399c..389ff4ead0 100644
--- a/src/mainboard/arm/rdn2/cbmem.c
+++ b/src/mainboard/arm/rdn2/cbmem.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
#include <cbmem.h>
-#include <console/console.h>
#include <ramdetect.h>
#include <symbols.h>
diff --git a/src/mainboard/google/rauru/chromeos.c b/src/mainboard/google/rauru/chromeos.c
index de361146b5..90c826d0e6 100644
--- a/src/mainboard/google/rauru/chromeos.c
+++ b/src/mainboard/google/rauru/chromeos.c
@@ -3,7 +3,6 @@
#include <boot/coreboot_tables.h>
#include <drivers/tpm/cr50.h>
#include <gpio.h>
-#include <console/console.h>
#include "gpio.h"
diff --git a/src/mainboard/lattepanda/mu/memory.c b/src/mainboard/lattepanda/mu/memory.c
index e6c81793cb..5f81c129d4 100644
--- a/src/mainboard/lattepanda/mu/memory.c
+++ b/src/mainboard/lattepanda/mu/memory.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <baseboard/variants.h>
-#include <console/console.h>
#include <soc/romstage.h>
static const struct mb_cfg mu_lp5_mem_config = {
diff --git a/src/mainboard/starlabs/starfighter/variants/rpl/romstage.c b/src/mainboard/starlabs/starfighter/variants/rpl/romstage.c
index e1026f61a8..f6d872533f 100644
--- a/src/mainboard/starlabs/starfighter/variants/rpl/romstage.c
+++ b/src/mainboard/starlabs/starfighter/variants/rpl/romstage.c
@@ -5,7 +5,6 @@
#include <soc/romstage.h>
#include <types.h>
-#include <console/console.h>
#include <gpio.h>
static uint8_t get_memory_config_straps(void)
diff --git a/src/soc/intel/common/block/systemagent-server/memmap.c b/src/soc/intel/common/block/systemagent-server/memmap.c
index 6fc14a05ae..1cdc130ca6 100644
--- a/src/soc/intel/common/block/systemagent-server/memmap.c
+++ b/src/soc/intel/common/block/systemagent-server/memmap.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/romstage.h>
-#include <console/console.h>
#include <cpu/x86/smm.h>
#include <intelblocks/systemagent_server.h>
diff --git a/src/soc/intel/xeon_sp/chip_gen1.c b/src/soc/intel/xeon_sp/chip_gen1.c
index 9737d1138d..e419cc0397 100644
--- a/src/soc/intel/xeon_sp/chip_gen1.c
+++ b/src/soc/intel/xeon_sp/chip_gen1.c
@@ -2,7 +2,6 @@
#include <acpi/acpigen_pci.h>
#include <assert.h>
-#include <console/console.h>
#include <device/pci.h>
#include <device/pci_ids.h>
#include <soc/pci_devs.h>
diff --git a/src/soc/intel/xeon_sp/cpx/romstage.c b/src/soc/intel/xeon_sp/cpx/romstage.c
index ffcb052076..ff8ad01cc1 100644
--- a/src/soc/intel/xeon_sp/cpx/romstage.c
+++ b/src/soc/intel/xeon_sp/cpx/romstage.c
@@ -2,7 +2,6 @@
#include <assert.h>
#include <arch/romstage.h>
-#include <console/console.h>
#include <cbmem.h>
#include <fsp/api.h>
#include <fsp/util.h>
diff --git a/src/soc/intel/xeon_sp/lpc.c b/src/soc/intel/xeon_sp/lpc.c
index 1b44dddd36..572b2457f2 100644
--- a/src/soc/intel/xeon_sp/lpc.c
+++ b/src/soc/intel/xeon_sp/lpc.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
-#include <console/console.h>
#include <intelblocks/lpc_lib.h>
#include <soc/iomap.h>
#include <soc/pcr_ids.h>
diff --git a/src/soc/mediatek/common/pmif_init.c b/src/soc/mediatek/common/pmif_init.c
index 09158ed7dc..c430ad6806 100644
--- a/src/soc/mediatek/common/pmif_init.c
+++ b/src/soc/mediatek/common/pmif_init.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <assert.h>
-#include <console/console.h>
#include <device/mmio.h>
#include <soc/addressmap.h>
#include <soc/pmif_spi.h>
diff --git a/src/soc/mediatek/mt8196/lastbus.c b/src/soc/mediatek/mt8196/lastbus.c
index 6e2f032ae1..536732731e 100644
--- a/src/soc/mediatek/mt8196/lastbus.c
+++ b/src/soc/mediatek/mt8196/lastbus.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <console/console.h>
#include <device/mmio.h>
#include <soc/addressmap.h>
#include <soc/lastbus_v2.h>
diff --git a/src/soc/mediatek/mt8196/spi.c b/src/soc/mediatek/mt8196/spi.c
index cf2df639d3..aa59743964 100644
--- a/src/soc/mediatek/mt8196/spi.c
+++ b/src/soc/mediatek/mt8196/spi.c
@@ -6,7 +6,6 @@
*/
#include <assert.h>
-#include <console/console.h>
#include <device/mmio.h>
#include <gpio.h>
#include <soc/addressmap.h>