diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/braswell/romstage/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/braswell/southcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/denverton_ns/systemagent.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/ramstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/romstage/romstage.c | 1 | ||||
-rw-r--r-- | src/soc/intel/fsp_broadwell_de/southcluster.c | 1 | ||||
-rw-r--r-- | src/soc/intel/skylake/romstage/romstage.c | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/src/soc/intel/braswell/romstage/romstage.c b/src/soc/intel/braswell/romstage/romstage.c index e4180641a6..f74916524c 100644 --- a/src/soc/intel/braswell/romstage/romstage.c +++ b/src/soc/intel/braswell/romstage/romstage.c @@ -29,7 +29,6 @@ #include <device/pci_def.h> #include <elog.h> #include <mrc_cache.h> -#include <romstage_handoff.h> #include <string.h> #include <timestamp.h> #include <reset.h> diff --git a/src/soc/intel/braswell/southcluster.c b/src/soc/intel/braswell/southcluster.c index dc204f3abf..f389084795 100644 --- a/src/soc/intel/braswell/southcluster.c +++ b/src/soc/intel/braswell/southcluster.c @@ -30,7 +30,6 @@ #include <pc80/isa-dma.h> #include <pc80/i8254.h> #include <pc80/i8259.h> -#include <romstage_handoff.h> #include <soc/acpi.h> #include <soc/iomap.h> #include <soc/irq.h> diff --git a/src/soc/intel/denverton_ns/systemagent.c b/src/soc/intel/denverton_ns/systemagent.c index dbcc51aa79..e715469be9 100644 --- a/src/soc/intel/denverton_ns/systemagent.c +++ b/src/soc/intel/denverton_ns/systemagent.c @@ -25,7 +25,6 @@ #include <device/pci_ids.h> #include <stdlib.h> #include <string.h> -#include <romstage_handoff.h> #include <timer.h> #include <soc/iomap.h> diff --git a/src/soc/intel/fsp_broadwell_de/ramstage.c b/src/soc/intel/fsp_broadwell_de/ramstage.c index a64e337ddd..96b3888d0b 100644 --- a/src/soc/intel/fsp_broadwell_de/ramstage.c +++ b/src/soc/intel/fsp_broadwell_de/ramstage.c @@ -23,7 +23,6 @@ #include <device/device.h> #include <device/pci_def.h> #include <device/pci_ops.h> -#include <romstage_handoff.h> #include <soc/lpc.h> #include <soc/msr.h> #include <soc/pattrs.h> diff --git a/src/soc/intel/fsp_broadwell_de/romstage/romstage.c b/src/soc/intel/fsp_broadwell_de/romstage/romstage.c index 32429ae236..36e9e6b1db 100644 --- a/src/soc/intel/fsp_broadwell_de/romstage/romstage.c +++ b/src/soc/intel/fsp_broadwell_de/romstage/romstage.c @@ -24,7 +24,6 @@ #include <console/usb.h> #include <cpu/x86/mtrr.h> #include <program_loading.h> -#include <romstage_handoff.h> #include <timestamp.h> #include <version.h> #include <drivers/intel/fsp1_0/fsp_util.h> diff --git a/src/soc/intel/fsp_broadwell_de/southcluster.c b/src/soc/intel/fsp_broadwell_de/southcluster.c index 5b90bbbdd1..a1e183adca 100644 --- a/src/soc/intel/fsp_broadwell_de/southcluster.c +++ b/src/soc/intel/fsp_broadwell_de/southcluster.c @@ -27,7 +27,6 @@ #include <pc80/i8254.h> #include <pc80/i8259.h> #include <pc80/isa-dma.h> -#include <romstage_handoff.h> #include <soc/iomap.h> #include <soc/irq.h> #include <soc/lpc.h> diff --git a/src/soc/intel/skylake/romstage/romstage.c b/src/soc/intel/skylake/romstage/romstage.c index dc9c528c06..ac43c27071 100644 --- a/src/soc/intel/skylake/romstage/romstage.c +++ b/src/soc/intel/skylake/romstage/romstage.c @@ -27,7 +27,6 @@ #include <intelblocks/fast_spi.h> #include <intelblocks/pmclib.h> #include <reset.h> -#include <romstage_handoff.h> #include <soc/pci_devs.h> #include <soc/pei_wrapper.h> #include <soc/pm.h> |