aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2021-02-11 13:15:03 +0100
committerKyösti Mälkki <kyosti.malkki@gmail.com>2021-02-15 10:48:53 +0000
commit39239e6fff4b509b89e09ad2a6e5d45f94e3f992 (patch)
tree26078dbea1c0597c07dc76345c9cce92d2fa1fe8 /src/mainboard/emulation
parentca77b35e4eb8f0cc069bd0c2a444296f9a691165 (diff)
src/mb: Remove unused <console/console.h>
Change-Id: I6e0f33172fbcecebddfccdf64c22685636a23936 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50524 Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation')
-rw-r--r--src/mainboard/emulation/qemu-q35/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-q35/romstage.c b/src/mainboard/emulation/qemu-q35/romstage.c
index c9bc339a4e..ff06640bf9 100644
--- a/src/mainboard/emulation/qemu-q35/romstage.c
+++ b/src/mainboard/emulation/qemu-q35/romstage.c
@@ -2,7 +2,6 @@
#include <arch/romstage.h>
#include <cbmem.h>
-#include <console/console.h>
#include <southbridge/intel/i82801ix/i82801ix.h>
#include <device/pci_ops.h>