diff options
author | Felix Singer <felixsinger@posteo.net> | 2024-06-08 03:03:59 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2024-07-21 07:05:42 +0000 |
commit | 7d89c14c25c7bb52d5bc963e04b1a462011ed7c9 (patch) | |
tree | ee36e12f4794409f3f35a6e9a2f7829c49d25f59 /src/soc/intel | |
parent | d6697cc9180b932535fd956b8f1d43b199eb8bcf (diff) |
soc/intel/meteorlake/chip.h: Drop unused PmTimerDisabled setting
Change-Id: I6155ec45408dca83573c86e6db1ead5a82a0d77a
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82994
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/meteorlake/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/intel/meteorlake/chip.h b/src/soc/intel/meteorlake/chip.h index 7168369948..b75cbbaa65 100644 --- a/src/soc/intel/meteorlake/chip.h +++ b/src/soc/intel/meteorlake/chip.h @@ -346,7 +346,6 @@ struct soc_intel_meteorlake_config { */ uint16_t ps_cur_3_threshold[NUM_VR_DOMAINS]; - uint8_t PmTimerDisabled; /* * SerialIO device mode selection: * PchSerialIoDisabled, |