{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:
@@ -76,7 +76,7 @@ Scope (\_SB.PCI0.LPCB)
|
||||
Method (ECRD, 1, Serialized, 0, IntObj, FieldUnitObj)
|
||||
{
|
||||
//
|
||||
// Check for ECDT support, set ECAV to One if ECDT is supported by OS
|
||||
// Check for ECDT support, set ECAV to 1 if ECDT is supported by OS
|
||||
// Only check once at beginning since ECAV might be clear later in certain conditions
|
||||
//
|
||||
If (ECTK) {
|
||||
|
Reference in New Issue
Block a user