aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/braswell/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/braswell/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/braswell/include')
-rw-r--r--src/soc/intel/braswell/include/soc/pei_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/braswell/include/soc/pei_data.h b/src/soc/intel/braswell/include/soc/pei_data.h
index 50aabed66e..7ea83ba8db 100644
--- a/src/soc/intel/braswell/include/soc/pei_data.h
+++ b/src/soc/intel/braswell/include/soc/pei_data.h
@@ -44,9 +44,6 @@ struct pei_data {
uint8_t spd_ch0_config;
uint8_t spd_ch1_config;
- /* System state information */
- int boot_mode;
-
/* Fast boot and S3 resume MRC data */
int saved_data_size;
const void *saved_data;