aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp1_1
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/intel/fsp1_1')
-rw-r--r--src/drivers/intel/fsp1_1/fsp_gop.c1
-rw-r--r--src/drivers/intel/fsp1_1/hob.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/intel/fsp1_1/fsp_gop.c b/src/drivers/intel/fsp1_1/fsp_gop.c
index c5aae5c183..0e22ee5bb6 100644
--- a/src/drivers/intel/fsp1_1/fsp_gop.c
+++ b/src/drivers/intel/fsp1_1/fsp_gop.c
@@ -16,7 +16,6 @@
#include <boot/coreboot_tables.h>
#include <console/console.h>
#include <fsp/util.h>
-#include <lib.h>
int fill_lb_framebuffer(struct lb_framebuffer *framebuffer)
{
diff --git a/src/drivers/intel/fsp1_1/hob.c b/src/drivers/intel/fsp1_1/hob.c
index 85d0f35f91..40881d632a 100644
--- a/src/drivers/intel/fsp1_1/hob.c
+++ b/src/drivers/intel/fsp1_1/hob.c
@@ -21,7 +21,6 @@
#include <console/console.h>
#include <fsp/util.h>
#include <ip_checksum.h>
-#include <lib.h> // hexdump
#include <string.h>
/* Compares two EFI GUIDs. Returns true of the GUIDs match, false otherwise. */