aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-05-25 09:47:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-29 20:03:14 +0000
commit8a1b94ccbeca88b8fba96329477e99ea8535c244 (patch)
treef88d02677ce54e300fe90582dac67134da62ae91 /src/drivers
parent6d6945b807469675f872124f33250d2e5c0f14b8 (diff)
Clean up unused arch/early_variables.h header
Change-Id: Ib863e23863ba6d7504b6c4d32de2f1fea4e57fec Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32996 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/intel/fsp1_1/car.c2
-rw-r--r--src/drivers/intel/fsp1_1/hob.c1
-rw-r--r--src/drivers/intel/fsp1_1/romstage.c1
3 files changed, 1 insertions, 3 deletions
diff --git a/src/drivers/intel/fsp1_1/car.c b/src/drivers/intel/fsp1_1/car.c
index 34b2518c38..a1ee7b141a 100644
--- a/src/drivers/intel/fsp1_1/car.c
+++ b/src/drivers/intel/fsp1_1/car.c
@@ -13,7 +13,7 @@
* GNU General Public License for more details.
*/
-#include <arch/early_variables.h>
+#include <arch/symbols.h>
#include <console/console.h>
#include <cpu/x86/mtrr.h>
#include <fsp/car.h>
diff --git a/src/drivers/intel/fsp1_1/hob.c b/src/drivers/intel/fsp1_1/hob.c
index ee1a6a328e..0a123cff78 100644
--- a/src/drivers/intel/fsp1_1/hob.c
+++ b/src/drivers/intel/fsp1_1/hob.c
@@ -14,7 +14,6 @@
* GNU General Public License for more details.
*/
-#include <arch/early_variables.h>
#include <arch/hlt.h>
#include <bootstate.h>
#include <console/console.h>
diff --git a/src/drivers/intel/fsp1_1/romstage.c b/src/drivers/intel/fsp1_1/romstage.c
index 85badced89..45ca87aac8 100644
--- a/src/drivers/intel/fsp1_1/romstage.c
+++ b/src/drivers/intel/fsp1_1/romstage.c
@@ -18,7 +18,6 @@
#include <stddef.h>
#include <arch/acpi.h>
#include <arch/cbfs.h>
-#include <arch/early_variables.h>
#include <assert.h>
#include <console/console.h>
#include <cbmem.h>