diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-24 19:42:13 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2017-09-26 09:58:47 +0000 |
commit | f724e89dce387984059842c1371761da2e54e2a6 (patch) | |
tree | b61affcb966ba31f9ac52654a5479fe3cedca977 /src/northbridge/amd | |
parent | 525930bdf448b20f3b725d1ae0fd4045654b1fa6 (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/northbridge/amd')
-rw-r--r-- | src/northbridge/amd/pi/00630F01/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/pi/00660F01/northbridge.c | 1 | ||||
-rw-r--r-- | src/northbridge/amd/pi/00730F01/northbridge.c | 1 |
3 files changed, 0 insertions, 3 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) |