aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-24 19:42:13 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-09-26 09:58:47 +0000
commitf724e89dce387984059842c1371761da2e54e2a6 (patch)
treeb61affcb966ba31f9ac52654a5479fe3cedca977 /src
parent525930bdf448b20f3b725d1ae0fd4045654b1fa6 (diff)
binaryPI: Drop Options.h include
Change-Id: Ide14bd164fe4a1846f86c6be326e2cd4f540bf97 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/21662 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src')
-rw-r--r--src/northbridge/amd/pi/00630F01/northbridge.c1
-rw-r--r--src/northbridge/amd/pi/00660F01/northbridge.c1
-rw-r--r--src/northbridge/amd/pi/00730F01/northbridge.c1
-rw-r--r--src/soc/amd/stoneyridge/northbridge.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/amd/pi/00630F01/northbridge.c b/src/northbridge/amd/pi/00630F01/northbridge.c
index f24a4818a0..74f190cdd3 100644
--- a/src/northbridge/amd/pi/00630F01/northbridge.c
+++ b/src/northbridge/amd/pi/00630F01/northbridge.c
@@ -30,7 +30,6 @@
#include <Porting.h>
#include <AGESA.h>
#include <FieldAccessors.h>
-#include <Options.h>
#include <Topology.h>
#include <northbridge/amd/agesa/agesa_helper.h>
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
diff --git a/src/northbridge/amd/pi/00660F01/northbridge.c b/src/northbridge/amd/pi/00660F01/northbridge.c
index 6a2cb8fac2..c949a9aa22 100644
--- a/src/northbridge/amd/pi/00660F01/northbridge.c
+++ b/src/northbridge/amd/pi/00660F01/northbridge.c
@@ -30,7 +30,6 @@
#include <Porting.h>
#include <AGESA.h>
#include <FieldAccessors.h>
-#include <Options.h>
#include <Topology.h>
#include <northbridge/amd/agesa/agesa_helper.h>
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
diff --git a/src/northbridge/amd/pi/00730F01/northbridge.c b/src/northbridge/amd/pi/00730F01/northbridge.c
index a762e2c46d..8e8e228a56 100644
--- a/src/northbridge/amd/pi/00730F01/northbridge.c
+++ b/src/northbridge/amd/pi/00730F01/northbridge.c
@@ -30,7 +30,6 @@
#include <Porting.h>
#include <AGESA.h>
#include <FieldAccessors.h>
-#include <Options.h>
#include <Topology.h>
#include <northbridge/amd/agesa/agesa_helper.h>
#if IS_ENABLED(CONFIG_BINARYPI_LEGACY_WRAPPER)
diff --git a/src/soc/amd/stoneyridge/northbridge.c b/src/soc/amd/stoneyridge/northbridge.c
index d9cc281ef3..79336d820e 100644
--- a/src/soc/amd/stoneyridge/northbridge.c
+++ b/src/soc/amd/stoneyridge/northbridge.c
@@ -41,7 +41,6 @@
*/
#include <AGESA.h>
#include <FieldAccessors.h>
-#include <Options.h>
#include <Porting.h>
#include <Topology.h>