diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-08-31 07:29:00 +0200 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-09-04 01:16:40 +0000 |
commit | 2f8b77b76bdbb6e93f1a9ca3c73f9bb38ec55b41 (patch) | |
tree | 862af999e15ccf9df92701e3d007e2e902132ba7 /src/soc/intel/jasperlake | |
parent | 37c85f0cf54c992d283b5f306ce43b9522c515f2 (diff) |
tree: Drop unnecessary "true/false" comments
Change-Id: I5cd04972936c14d92295915fad65c7a45a8108d9
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84152
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jakub Czapiga <czapiga@google.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/intel/jasperlake')
-rw-r--r-- | src/soc/intel/jasperlake/chip.h | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/src/soc/intel/jasperlake/chip.h b/src/soc/intel/jasperlake/chip.h index 542ccb61cb..53bf34f0bf 100644 --- a/src/soc/intel/jasperlake/chip.h +++ b/src/soc/intel/jasperlake/chip.h @@ -108,11 +108,7 @@ struct soc_intel_jasperlake_config { SaGv_Enabled, } SaGv; - /* Rank Margin Tool - * - * true: Enable - * false: Disable - */ + /* Rank Margin Tool */ bool RMT; /* USB related */ @@ -178,7 +174,6 @@ struct soc_intel_jasperlake_config { /* Gfx related */ bool SkipExtGfxScan; - /* Enable/Disable EIST. true:Enabled, false:Disabled */ bool eist_enable; /* Enable C6 DRAM */ @@ -263,10 +258,8 @@ struct soc_intel_jasperlake_config { uint8_t DdiPortAConfig; uint8_t DdiPortBConfig; - /* HDP config - * - * true: Enable HDB - * false: Disable HDP + /* + * HDP config */ bool DdiPortAHpd; bool DdiPortBHpd; @@ -276,10 +269,8 @@ struct soc_intel_jasperlake_config { bool DdiPort3Hpd; bool DdiPort4Hpd; - /* DDC config - * - * true: Enable DDC - * false: Disable DDC + /* + * DDC config */ bool DdiPortADdc; bool DdiPortBDdc; @@ -411,9 +402,6 @@ struct soc_intel_jasperlake_config { /* * Enable or Disable Acoustic Noise Mitigation feature. - * - * false: Disabled - * true: Enabled */ bool AcousticNoiseMitigation; |