summaryrefslogtreecommitdiff
path: root/src/mainboard/intel/eagleheights/mainboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/intel/eagleheights/mainboard.c')
-rw-r--r--src/mainboard/intel/eagleheights/mainboard.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/intel/eagleheights/mainboard.c b/src/mainboard/intel/eagleheights/mainboard.c
index 8ec131fc18..7974dbc8db 100644
--- a/src/mainboard/intel/eagleheights/mainboard.c
+++ b/src/mainboard/intel/eagleheights/mainboard.c
@@ -21,10 +21,13 @@
#include <device/device.h>
+#include <boot/tables.h>
+#include <arch/coreboot_tables.h>
#include "chip.h"
int add_mainboard_resources(struct lb_memory *mem)
{
+ return 0;
}
struct chip_operations mainboard_ops = {