From f35eee94bd810c9403b9fe65a8341a2eb8c8a722 Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Mon, 23 Sep 2019 19:38:21 +0530 Subject: soc/intel/(apl,skl,cnl,common): Move mkhi_hdr structure definition to common Removed mkhi_hdr structure definition from multiple SOCs, and moved to common. TEST=Built code for Hatch, apollolake boards. Change-Id: Ifeba0ed4d98975049179d1b47fb22c06a927dc29 Signed-off-by: Sridhar Siricilla Reviewed-on: https://review.coreboot.org/c/coreboot/+/35545 Reviewed-by: Furquan Shaikh Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/soc/intel/cannonlake/me.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/soc/intel/cannonlake/me.c') diff --git a/src/soc/intel/cannonlake/me.c b/src/soc/intel/cannonlake/me.c index d6dfec9dca..776ff8bae0 100644 --- a/src/soc/intel/cannonlake/me.c +++ b/src/soc/intel/cannonlake/me.c @@ -128,14 +128,6 @@ union hfsts6 { */ static void print_me_version(void *unused) { - struct mkhi_hdr { - uint8_t group_id; - uint8_t command :7; - uint8_t is_resp :1; - uint8_t rsvd; - uint8_t result; - } __packed; - struct version { uint16_t minor; uint16_t major; -- cgit v1.2.3