summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell
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 /src/soc/intel/broadwell
parent794a9b7b9c53c615cd642b9c9537b009ce3274f2 (diff)
downloadcoreboot-d87a84830e7ef3d9d2e2f6df614bef03d5becd55.tar.xz
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>
Diffstat (limited to 'src/soc/intel/broadwell')
-rw-r--r--src/soc/intel/broadwell/include/soc/pei_data.h2
1 files changed, 0 insertions, 2 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