summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/romstage/romstage.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-05-23 09:01:17 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-06-02 07:40:28 +0000
commitfcf7d992bf0e8dfb887b7c1db29852898deb7684 (patch)
tree0d906c392a757266b19a0fa582a3a832ebf2c16a /src/soc/intel/broadwell/romstage/romstage.c
parenta685fcb7cede7b8e0ff20af255e3ad39d0bee1b5 (diff)
downloadcoreboot-fcf7d992bf0e8dfb887b7c1db29852898deb7684.tar.xz
src: Remove unused 'include <bootmode.h>'
Change-Id: I658023f7c3535a2cddd8e11ca8bebe20ae53ffb0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/41670 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/broadwell/romstage/romstage.c')
-rw-r--r--src/soc/intel/broadwell/romstage/romstage.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/broadwell/romstage/romstage.c b/src/soc/intel/broadwell/romstage/romstage.c
index 54d6134b16..3b7aa40049 100644
--- a/src/soc/intel/broadwell/romstage/romstage.c
+++ b/src/soc/intel/broadwell/romstage/romstage.c
@@ -2,7 +2,6 @@
#include <stdint.h>
#include <arch/romstage.h>
-#include <bootmode.h>
#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/mtrr.h>