diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-02 12:41:24 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-10 07:26:22 +0000 |
commit | 9bbb108f24f9234ca043260f72fe5f42761aa57c (patch) | |
tree | 34134db55b9e7eda4ca3bf24b3a374c23a84dc49 /src/mainboard | |
parent | 19b66235aa8a38cad8a200d5610842d5f53e39ce (diff) |
mb/emulation/qemu-q35/bootblock.c: Remove unused includes
Change-Id: I568c7260f838c03c285f2afc0e20794c06a47645
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50220
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/bootblock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-q35/bootblock.c b/src/mainboard/emulation/qemu-q35/bootblock.c index e17c8eea50..4a9a52fb42 100644 --- a/src/mainboard/emulation/qemu-q35/bootblock.c +++ b/src/mainboard/emulation/qemu-q35/bootblock.c @@ -4,7 +4,6 @@ #include <bootblock_common.h> #include <southbridge/intel/common/early_spi.h> #include <southbridge/intel/i82801ix/i82801ix.h> -#include <console/console.h> #include "q35.h" |