aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/skylake/include
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-05-04 16:29:17 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-05-07 15:53:26 +0000
commit16895c529c5e44b3c7725ef92f9119ba03397576 (patch)
treeee91cc9322ff39b02c7c6861916888aa4d2fb855 /src/soc/intel/skylake/include
parenta842d3ee6a191322f47be49f17338073120778b8 (diff)
intel/fsp1_1: Drop `boot_mode` from `pei_data`
It was only used locally. Change-Id: Iaaad760e8ceca62655f5448c30846cf11959e8e1 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32588 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Diffstat (limited to 'src/soc/intel/skylake/include')
-rw-r--r--src/soc/intel/skylake/include/soc/pei_data.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/skylake/include/soc/pei_data.h b/src/soc/intel/skylake/include/soc/pei_data.h
index 02e04c6c02..7406a3322e 100644
--- a/src/soc/intel/skylake/include/soc/pei_data.h
+++ b/src/soc/intel/skylake/include/soc/pei_data.h
@@ -41,7 +41,6 @@ typedef void ABI_X86(*tx_byte_func)(unsigned char byte);
struct pei_data {
uint32_t pei_version;
- int boot_mode;
int ec_present;
/* Console output function */