diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-09-27 12:11:14 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-09-29 10:04:27 +0000 |
commit | 286c771657036152302136369fb067fd98477cd5 (patch) | |
tree | d78cd948ee363fc49d1edac322cdd479565d93bf /src/soc/intel/braswell/include | |
parent | 61be50dafb308f4b54a4ec329c324e2c89048f98 (diff) |
{sb,soc}/intel: Drop LCKF from GNVS
This field is never used in the code. Drop it.
Change-Id: I88207ec369ab83823ef2f3fc40f68a0980ce9663
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57982
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/soc/intel/braswell/include')
-rw-r--r-- | src/soc/intel/braswell/include/soc/nvs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/include/soc/nvs.h b/src/soc/intel/braswell/include/soc/nvs.h index ed791010e0..c803826fad 100644 --- a/src/soc/intel/braswell/include/soc/nvs.h +++ b/src/soc/intel/braswell/include/soc/nvs.h @@ -14,7 +14,7 @@ struct __packed global_nvs { u8 scif; /* 0x05 - SCI function call (via _L00) */ u8 prm2; /* 0x06 - SCI function call parameter */ u8 prm3; /* 0x07 - SCI function call parameter */ - u8 lckf; /* 0x08 - Global Lock function for EC */ + u8 unused_was_lckf; /* 0x08 - Global Lock function for EC */ u8 prm4; /* 0x09 - Lock function parameter */ u8 prm5; /* 0x0a - Lock function parameter */ u32 p80d; /* 0x0b - Debug port (IO 0x80) value */ |