Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47001 )
Change subject: soc/intel/{broadwell,quark}: Drop `PEI_DATA` typedef ......................................................................
soc/intel/{broadwell,quark}: Drop `PEI_DATA` typedef
It is not used.
Change-Id: I3ef0878811bf2ec406ded03aac6c5dfeb5bf45a2 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/soc/intel/broadwell/pei_data.h M src/soc/intel/quark/include/soc/pei_wrapper.h 2 files changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/47001/1
diff --git a/src/soc/intel/broadwell/pei_data.h b/src/soc/intel/broadwell/pei_data.h index bc9f220..67d73d9 100644 --- a/src/soc/intel/broadwell/pei_data.h +++ b/src/soc/intel/broadwell/pei_data.h @@ -246,6 +246,4 @@ 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 a14da63..5c52d3b 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 @@ int data_to_save_size; } __packed;
-typedef struct pei_data PEI_DATA; - #endif /* _PEI_WRAPPER_H_ */