summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-04 22:40:33 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2020-01-06 04:30:59 +0000
commit391bb132bedbbab217231a78addee4fd03b6ae07 (patch)
tree04e1cdd11d79910c2df5f9d0dc05d43da4f78565
parent287910765d59441b325f97880f9ce584623ad009 (diff)
downloadcoreboot-391bb132bedbbab217231a78addee4fd03b6ae07.tar.gz
coreboot-391bb132bedbbab217231a78addee4fd03b6ae07.tar.bz2
coreboot-391bb132bedbbab217231a78addee4fd03b6ae07.zip
mb/*/*: Remove unused option_table.h includes
These should have been removed together with read_option(). Change-Id: Ia6f268ac4551de14f9821c789844adfdf428b843 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38177 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/mainboard/getac/p470/early_init.c1
-rw-r--r--src/mainboard/kontron/986lcd-m/early_init.c2
-rw-r--r--src/mainboard/roda/rk886ex/early_init.c2
3 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/getac/p470/early_init.c b/src/mainboard/getac/p470/early_init.c
index 8272d5eb8adc..0581f80252df 100644
--- a/src/mainboard/getac/p470/early_init.c
+++ b/src/mainboard/getac/p470/early_init.c
@@ -24,7 +24,6 @@
#include <console/console.h>
#include <northbridge/intel/i945/i945.h>
#include <southbridge/intel/i82801gx/i82801gx.h>
-#include "option_table.h"
void mainboard_pre_raminit_config(int s3_resume)
{
diff --git a/src/mainboard/kontron/986lcd-m/early_init.c b/src/mainboard/kontron/986lcd-m/early_init.c
index 80ce896323d8..995a34629825 100644
--- a/src/mainboard/kontron/986lcd-m/early_init.c
+++ b/src/mainboard/kontron/986lcd-m/early_init.c
@@ -23,8 +23,6 @@
#include <superio/winbond/common/winbond.h>
#include <superio/winbond/w83627thg/w83627thg.h>
-#include "option_table.h"
-
/* Override the default lpc decode ranges */
void mainboard_lpc_decode(void)
{
diff --git a/src/mainboard/roda/rk886ex/early_init.c b/src/mainboard/roda/rk886ex/early_init.c
index 597501a97bed..efecb0da60df 100644
--- a/src/mainboard/roda/rk886ex/early_init.c
+++ b/src/mainboard/roda/rk886ex/early_init.c
@@ -26,8 +26,6 @@
#include <southbridge/intel/i82801gx/i82801gx.h>
#include <superio/smsc/lpc47n227/lpc47n227.h>
-#include "option_table.h"
-
/* Override the default lpc decode ranges */
void mainboard_lpc_decode(void)
{