diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/cannonlake/reset.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/cannonlake/reset.c b/src/soc/intel/cannonlake/reset.c index 8192e89029..a270a561b8 100644 --- a/src/soc/intel/cannonlake/reset.c +++ b/src/soc/intel/cannonlake/reset.c @@ -54,9 +54,6 @@ static int send_heci_reset_message(void) } __packed; struct reset_message msg = { .cmd = MKHI_GLOBAL_RESET, - .group_id = 0, - .reserved = 0, - .result = 0, .req_origin = GR_ORIGIN_BIOS_POST, .reset_type = GLOBAL_RST_TYPE }; |