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>
This commit is contained in:
Kyösti Mälkki 2017-09-24 19:42:13 +03:00
parent 525930bdf4
commit f724e89dce
4 changed files with 0 additions and 4 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -41,7 +41,6 @@
*/
#include <AGESA.h>
#include <FieldAccessors.h>
#include <Options.h>
#include <Porting.h>
#include <Topology.h>