summaryrefslogtreecommitdiff
path: root/src/soc/amd/genoa_poc
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-04-09 12:52:43 +0200
committerElyes Haouas <ehaouas@noos.fr>2024-04-09 22:22:44 +0000
commit54c9bf8e12240c8f91566b80462a8f8bdf1a5c16 (patch)
treed14de21d446c9a04fe62615743f9b25560d01b7f /src/soc/amd/genoa_poc
parentf40f3907d554f56e62ea0998e43c388ff3dec4c3 (diff)
tree: Drop unused <console/console.h>
Change-Id: Ib1a8fc50217c84e835080c70269ff50fc001392c Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81811 Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm> Reviewed-by: Yidi Lin <yidilin@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/genoa_poc')
-rw-r--r--src/soc/amd/genoa_poc/acpi.c1
-rw-r--r--src/soc/amd/genoa_poc/i2c.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/amd/genoa_poc/acpi.c b/src/soc/amd/genoa_poc/acpi.c
index 8f842f92cb..fc223047be 100644
--- a/src/soc/amd/genoa_poc/acpi.c
+++ b/src/soc/amd/genoa_poc/acpi.c
@@ -7,7 +7,6 @@
#include <amdblocks/acpimmio.h>
#include <amdblocks/cpu.h>
#include <arch/ioapic.h>
-#include <console/console.h>
#include <device/device.h>
#include <vendorcode/amd/opensil/genoa_poc/opensil.h>
diff --git a/src/soc/amd/genoa_poc/i2c.c b/src/soc/amd/genoa_poc/i2c.c
index 7261a8792a..aac73f06eb 100644
--- a/src/soc/amd/genoa_poc/i2c.c
+++ b/src/soc/amd/genoa_poc/i2c.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <amdblocks/i2c.h>
-#include <console/console.h>
#include <soc/i2c.h>
#include <soc/southbridge.h>
#include "chip.h"