diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2023-06-15 14:46:42 +0200 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-06-19 11:10:32 +0000 |
commit | 3f1e034835fc40b43b95746b37b291de8c860810 (patch) | |
tree | 32d726e0bfd3b40c6c8406f11d043aa034910f1a /src/soc/intel/apollolake/chip.h | |
parent | c7beb4f3176dc0e3cf26be46a7385b6352ba3b2b (diff) |
soc/intel/apollolake: Switch to snake case for SataPwrOptimizeDisable
For a unification of the naming convension, change from pascal case to
snake case style for parameter 'SataPwrOptimizeDisable'.
Change-Id: I35b36f60d2f00bfad307dff7bd131c20ebccf60b
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75859
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel/apollolake/chip.h')
-rw-r--r-- | src/soc/intel/apollolake/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/apollolake/chip.h b/src/soc/intel/apollolake/chip.h index d43f3f0292..378fccb76b 100644 --- a/src/soc/intel/apollolake/chip.h +++ b/src/soc/intel/apollolake/chip.h @@ -224,7 +224,7 @@ struct soc_intel_apollolake_config { uint8_t disable_sata_salp_support; /* Sata Power Optimisation */ - uint8_t SataPwrOptimizeDisable; + uint8_t sata_pwr_optimize_disable; /* SATA speed limit */ enum sata_speed_limit sata_speed; |