summaryrefslogtreecommitdiffstats
path: root/src/ec/lenovo/h8
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-01-03 19:33:05 +0100
committerFelix Singer <felixsinger@posteo.net>2022-06-09 09:23:21 +0000
commit37a89d519d4e896b8ca87ff44a643932058f0880 (patch)
treeba9b8b1314e048a266f7fbd71406c4b6281294bf /src/ec/lenovo/h8
parent9a351fb445d7f4d14bca6d185fefa22c222b8776 (diff)
downloadcoreboot-37a89d519d4e896b8ca87ff44a643932058f0880.tar.gz
coreboot-37a89d519d4e896b8ca87ff44a643932058f0880.tar.bz2
coreboot-37a89d519d4e896b8ca87ff44a643932058f0880.zip
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>
Diffstat (limited to 'src/ec/lenovo/h8')
-rw-r--r--src/ec/lenovo/h8/acpi/thinkpad.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/lenovo/h8/acpi/thinkpad.asl b/src/ec/lenovo/h8/acpi/thinkpad.asl
index 1dc7c0542f2f..7c5610607ccb 100644
--- a/src/ec/lenovo/h8/acpi/thinkpad.asl
+++ b/src/ec/lenovo/h8/acpi/thinkpad.asl
@@ -91,7 +91,7 @@ Device (HKEY)
}
Else
{
- DHKN = DHKN & Not (Local0)
+ DHKN = DHKN & !Local0
}
If (EN)
{