diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-26 18:41:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-10-27 17:48:30 +0000 |
commit | 0edf6a59f8b5ad5dd6911078f349357fd36625ab (patch) | |
tree | 436b2f2f637a03a79618fd0563e5157088d4df9a /src/mainboard/siemens | |
parent | 7385b656c24bf62461ac57e6d75c503925315083 (diff) |
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Change-Id: I3d90e46ed391ce323436750c866a0afc3879e2e6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36359
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_bdx1/mainboard.c | 1 | ||||
-rw-r--r-- | src/mainboard/siemens/mc_tcu3/mainboard.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/siemens/mc_bdx1/mainboard.c b/src/mainboard/siemens/mc_bdx1/mainboard.c index 5cef53ce2a..4f9c8406c6 100644 --- a/src/mainboard/siemens/mc_bdx1/mainboard.c +++ b/src/mainboard/siemens/mc_bdx1/mainboard.c @@ -27,7 +27,6 @@ #include <x86emu/x86emu.h> #endif #include <device/mmio.h> -#include <boot/coreboot_tables.h> #include <hwilib.h> #include <i210.h> #include <soc/pci_devs.h> diff --git a/src/mainboard/siemens/mc_tcu3/mainboard.c b/src/mainboard/siemens/mc_tcu3/mainboard.c index e77c0b1e29..955193fec2 100644 --- a/src/mainboard/siemens/mc_tcu3/mainboard.c +++ b/src/mainboard/siemens/mc_tcu3/mainboard.c @@ -21,7 +21,6 @@ #if CONFIG(VGA_ROM_RUN) #include <x86emu/x86emu.h> #endif -#include <boot/coreboot_tables.h> #include <hwilib.h> #include <i210.h> #include "lcd_panel.h" |