aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-30 00:06:11 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-11-25 09:15:36 +0000
commitd87a84830e7ef3d9d2e2f6df614bef03d5becd55 (patch)
tree78f9ae135fcd4257735f62cd9966ecf704fba6a2
parent794a9b7b9c53c615cd642b9c9537b009ce3274f2 (diff)
soc/intel/{broadwell,quark}: Drop `PEI_DATA` typedef
It is not used. Change-Id: I3ef0878811bf2ec406ded03aac6c5dfeb5bf45a2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47001 Reviewed-by: Frans Hendriks <fhendriks@eltan.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r--src/soc/intel/broadwell/include/soc/pei_data.h2
-rw-r--r--src/soc/intel/quark/include/soc/pei_wrapper.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/broadwell/include/soc/pei_data.h b/src/soc/intel/broadwell/include/soc/pei_data.h
index bc9f220af7..67d73d9dbf 100644
--- a/src/soc/intel/broadwell/include/soc/pei_data.h
+++ b/src/soc/intel/broadwell/include/soc/pei_data.h
@@ -246,6 +246,4 @@ struct pei_data {
struct pei_memory_info meminfo;
} __packed;
-typedef struct pei_data PEI_DATA;
-
#endif
diff --git a/src/soc/intel/quark/include/soc/pei_wrapper.h b/src/soc/intel/quark/include/soc/pei_wrapper.h
index a14da63efb..5c52d3b39b 100644
--- a/src/soc/intel/quark/include/soc/pei_wrapper.h
+++ b/src/soc/intel/quark/include/soc/pei_wrapper.h
@@ -28,6 +28,4 @@ struct pei_data {
int data_to_save_size;
} __packed;
-typedef struct pei_data PEI_DATA;
-
#endif /* _PEI_WRAPPER_H_ */