diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-12-11 16:55:04 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2020-12-14 10:25:02 +0000 |
commit | 63a078e66d3ecb9a8e23c914b5ee6d9e89ef4cf3 (patch) | |
tree | a925c04ac29a05aa87a0c83e3bf792c0d1f2ed27 /src/soc/intel/skylake | |
parent | 056c3a9ff25eab7daf57819ea2509a09cac52b62 (diff) |
soc/intel/skylake: Drop unreferenced PttSwitch dt setting
The value for this setting is not used anywhere. Drop it.
Change-Id: I75f6cdec6c69b374a07519bf9058b8f6e4916307
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48573
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/soc/intel/skylake')
-rw-r--r-- | src/soc/intel/skylake/chip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/skylake/chip.h b/src/soc/intel/skylake/chip.h index 7b9871c21c..4184233484 100644 --- a/src/soc/intel/skylake/chip.h +++ b/src/soc/intel/skylake/chip.h @@ -299,8 +299,6 @@ struct soc_intel_skylake_config { u8 ScsEmmcHs400RxStrobeDll1; u8 ScsEmmcHs400TxDataDll; - u8 PttSwitch; - enum { Display_iGFX, Display_PEG, |