summaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 13:15:31 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 10:50:09 +0000
commit7cb4cb64bade1dcb4e84ee2879d59c0c04f3e19b (patch)
treec216896ed22acab3089bdbf6a76f0c94e3d657f7 /src/soc/intel/xeon_sp
parentf81d09d65337a019d57b9ea45402830fbe594ab4 (diff)
downloadcoreboot-7cb4cb64bade1dcb4e84ee2879d59c0c04f3e19b.tar.xz
soc/intel: Remove unused <console/console.h>
Change-Id: I630b7b0b1d564bcd99358caaaef4afd78c22866c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50528 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/xeon_sp')
-rw-r--r--src/soc/intel/xeon_sp/skx/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/skx/romstage.c b/src/soc/intel/xeon_sp/skx/romstage.c
index a1c370d070..a5c78f6543 100644
--- a/src/soc/intel/xeon_sp/skx/romstage.c
+++ b/src/soc/intel/xeon_sp/skx/romstage.c
@@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <arch/romstage.h>
-#include <console/console.h>
#include <intelblocks/rtc.h>
#include <soc/romstage.h>
#include <soc/soc_util.h>