{superio,ec}/acpi: Replace constant "One" with actual number
Change-Id: I5c77b6d1e1dc1134f62dcb3e93df01dc9c2f386c Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/71520 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
b4767ce169
commit
ca4b587f95
37 changed files with 154 additions and 154 deletions
|
|
@ -33,7 +33,7 @@ Device (BATX)
|
|||
Name (BTNM, Zero) // Battery number
|
||||
|
||||
// Workaround for full battery status, enabled by default
|
||||
Name (BFWK, One)
|
||||
Name (BFWK, 1)
|
||||
|
||||
// Method to enable full battery workaround
|
||||
Method (BFWE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue