diff options
author | Mario Scheithauer <mario.scheithauer@siemens.com> | 2023-06-15 14:22:22 +0200 |
---|---|---|
committer | Jakub Czapiga <jacz@semihalf.com> | 2023-06-19 11:09:19 +0000 |
commit | feafddba8ed6961237e39debf2361f20a1bcf635 (patch) | |
tree | 974db329fb18f5cfe0127fb525464b39e5239f15 /src/mainboard/google/octopus/variants/bobba/overridetree.cb | |
parent | 1bbdd0ad012c97fa52d843be9f7b4db337649613 (diff) |
soc/intel/apollolake: Switch to snake case for DisableComplianceMode
For a unification of the naming convension, change from pascal case to
snake case style for parameter 'DisableComplianceMode'.
Change-Id: I9d5605134a753f161a66857c7f78844ae7490cd6
Signed-off-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75854
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/google/octopus/variants/bobba/overridetree.cb')
-rw-r--r-- | src/mainboard/google/octopus/variants/bobba/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/octopus/variants/bobba/overridetree.cb b/src/mainboard/google/octopus/variants/bobba/overridetree.cb index 8a48d22def..31c1463fc1 100644 --- a/src/mainboard/google/octopus/variants/bobba/overridetree.cb +++ b/src/mainboard/google/octopus/variants/bobba/overridetree.cb @@ -227,6 +227,6 @@ chip soc/intel/apollolake end # Disable compliance mode - register "DisableComplianceMode" = "1" + register "disable_compliance_mode" = "1" register "disable_xhci_lfps_pm" = "0" end |