Elyes Haouas has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/82690?usp=email )
Change subject: tree: Remove unused <option.h> ......................................................................
tree: Remove unused <option.h>
Change-Id: Ia3df14ebd365c00902b5d2ba300d8ade4c2d6c26 Signed-off-by: Elyes Haouas ehaouas@noos.fr --- M src/mainboard/lenovo/haswell/variants/w541/romstage.c M src/mainboard/starlabs/starbook/variants/kbl/romstage.c 2 files changed, 0 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/82690/1
diff --git a/src/mainboard/lenovo/haswell/variants/w541/romstage.c b/src/mainboard/lenovo/haswell/variants/w541/romstage.c index 4a189d4..a410f56 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 d1e928e..30d7c14 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>