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:
parent
525930bdf4
commit
f724e89dce
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
*/
|
||||
#include <AGESA.h>
|
||||
#include <FieldAccessors.h>
|
||||
#include <Options.h>
|
||||
#include <Porting.h>
|
||||
#include <Topology.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue