ec/lenovo/h8/acpi: Replace Not() with ASL 2.0 syntax
Change-Id: I8a0f18d37c065827a0f5b54f24ea1fcde497c504 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/60724 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Sean Rhodes <sean@starlabs.systems>
This commit is contained in:
parent
9a351fb445
commit
37a89d519d
|
@ -91,7 +91,7 @@ Device (HKEY)
|
||||||
}
|
}
|
||||||
Else
|
Else
|
||||||
{
|
{
|
||||||
DHKN = DHKN & Not (Local0)
|
DHKN = DHKN & !Local0
|
||||||
}
|
}
|
||||||
If (EN)
|
If (EN)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue