summaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-11-16 12:01:34 +0100
committerElyes Haouas <ehaouas@noos.fr>2024-11-16 23:34:08 +0000
commitdcf2ef9b212696ee05272b208e418a21e8d48125 (patch)
treec67a2b6843d0e3dd652708ab9943be0ad94a5301 /src/soc/intel
parent4dcda853fd26623c09ce40cfb75e1e25c81434f1 (diff)
tree: Remove unused <console/console.h>
Remove unused include <console/console.h>. Change-Id: I2a7cafd7b755a5c3e2bbfa9fc814bf2686c1ccf1 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85163 Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel')
-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
4 files changed, 0 insertions, 4 deletions
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>