From cfdd4884409bdf6eae8b12d98810df88873ae754 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 25 Dec 2022 08:14:39 +0100 Subject: sio/acpi/pnp.asl: Replace Not(a) with ASL 2.0 syntax Change-Id: Icbd2ab736b9fc3300ee82896c31b373fe92e1d54 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/71509 Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/superio/acpi/pnp.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/acpi/pnp.asl') diff --git a/src/superio/acpi/pnp.asl b/src/superio/acpi/pnp.asl index 4d3adaa9ed..1f63e825da 100644 --- a/src/superio/acpi/pnp.asl +++ b/src/superio/acpi/pnp.asl @@ -87,7 +87,7 @@ /* Disable power saving mode */ #define PNP_GENERIC_PS0(PM_REG, PM_VAL, PM_LDN) \ ENTER_CONFIG_MODE (PM_LDN)\ - PM_REG = Not(PM_VAL) \ + PM_REG = ~PM_VAL \ EXIT_CONFIG_MODE () /* Enable power saving mode */ -- cgit v1.2.3