aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r--src/mainboard/intel/d810e2cb/mainboard.c1
-rw-r--r--src/mainboard/intel/d945gclf/mainboard.c2
-rw-r--r--src/mainboard/intel/eagleheights/mainboard.c2
-rw-r--r--src/mainboard/intel/emeraldlake2/chromeos.c1
4 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/intel/d810e2cb/mainboard.c b/src/mainboard/intel/d810e2cb/mainboard.c
index 9db723b490..bf2c902f73 100644
--- a/src/mainboard/intel/d810e2cb/mainboard.c
+++ b/src/mainboard/intel/d810e2cb/mainboard.c
@@ -18,7 +18,6 @@
*/
#include <device/device.h>
-#include <boot/tables.h>
struct chip_operations mainboard_ops = {
CHIP_NAME("Intel D810E2CB Mainboard")
diff --git a/src/mainboard/intel/d945gclf/mainboard.c b/src/mainboard/intel/d945gclf/mainboard.c
index ca920bccfc..2e25fa3706 100644
--- a/src/mainboard/intel/d945gclf/mainboard.c
+++ b/src/mainboard/intel/d945gclf/mainboard.c
@@ -19,8 +19,6 @@
#include <device/device.h>
#include <console/console.h>
-#include <boot/tables.h>
-#include <arch/coreboot_tables.h>
struct chip_operations mainboard_ops = {
CHIP_NAME("Intel D945GCLF Mainboard")
diff --git a/src/mainboard/intel/eagleheights/mainboard.c b/src/mainboard/intel/eagleheights/mainboard.c
index 7b27358530..dbe76b2e3d 100644
--- a/src/mainboard/intel/eagleheights/mainboard.c
+++ b/src/mainboard/intel/eagleheights/mainboard.c
@@ -21,8 +21,6 @@
#include <device/device.h>
-#include <boot/tables.h>
-#include <arch/coreboot_tables.h>
struct chip_operations mainboard_ops = {
CHIP_NAME("Intel Eagle Heights Mainboard")
diff --git a/src/mainboard/intel/emeraldlake2/chromeos.c b/src/mainboard/intel/emeraldlake2/chromeos.c
index 850af7b32b..6077ac7c5b 100644
--- a/src/mainboard/intel/emeraldlake2/chromeos.c
+++ b/src/mainboard/intel/emeraldlake2/chromeos.c
@@ -29,7 +29,6 @@
#include <southbridge/intel/bd82x6x/pch.h>
#ifndef __PRE_RAM__
-#include <boot/coreboot_tables.h>
#include <arch/coreboot_tables.h>
#define GPIO_COUNT 5