summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2024-05-29 12:51:57 +0200
committerMartin L Roth <gaumless@gmail.com>2024-06-08 00:23:19 +0000
commitba47ff7197a522f7fd932f6f1dbbe3ad819c7a09 (patch)
treef72b76009b5b112d739005faddd855c50cf5b9b7
parentb498a4c805e5de9a190b97c91ac7a166b421b31f (diff)
downloadcoreboot-ba47ff7197a522f7fd932f6f1dbbe3ad819c7a09.tar.gz
coreboot-ba47ff7197a522f7fd932f6f1dbbe3ad819c7a09.tar.bz2
coreboot-ba47ff7197a522f7fd932f6f1dbbe3ad819c7a09.zip
tree: Remove unused <option.h>
Change-Id: Ia3df14ebd365c00902b5d2ba300d8ade4c2d6c26 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/82690 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
-rw-r--r--src/mainboard/lenovo/haswell/variants/w541/romstage.c1
-rw-r--r--src/mainboard/starlabs/starbook/variants/kbl/romstage.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/haswell/variants/w541/romstage.c b/src/mainboard/lenovo/haswell/variants/w541/romstage.c
index 4a189d42b837..a410f5620179 100644
--- a/src/mainboard/lenovo/haswell/variants/w541/romstage.c
+++ b/src/mainboard/lenovo/haswell/variants/w541/romstage.c
@@ -4,7 +4,6 @@
#include <northbridge/intel/haswell/haswell.h>
#include <northbridge/intel/haswell/raminit.h>
#include <southbridge/intel/lynxpoint/pch.h>
-#include <option.h>
#include <ec/lenovo/pmh7/pmh7.h>
#include <device/pci_ops.h>
diff --git a/src/mainboard/starlabs/starbook/variants/kbl/romstage.c b/src/mainboard/starlabs/starbook/variants/kbl/romstage.c
index d1e928eb1ab2..30d7c14ef546 100644
--- a/src/mainboard/starlabs/starbook/variants/kbl/romstage.c
+++ b/src/mainboard/starlabs/starbook/variants/kbl/romstage.c
@@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
-#include <option.h>
#include <soc/romstage.h>
#include <spd_bin.h>
#include <string.h>