aboutsummaryrefslogtreecommitdiff
path: root/src/ec/compal/ene932/acpi/ac.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-06 18:02:47 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-24 21:50:30 +0000
commit5b880a1333442f9a44027a872115684397b8e699 (patch)
tree436c198438d808701e07b552ae56505f3eaa6a12 /src/ec/compal/ene932/acpi/ac.asl
parentfafd512842226561a01696b2fd4c70bec0a440e5 (diff)
ec/compal: Convert to ASL 2.0 syntax
Change-Id: I934f9d1664f657597f15daed2d2d0c41cd124d21 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46096 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/ec/compal/ene932/acpi/ac.asl')
-rw-r--r--src/ec/compal/ene932/acpi/ac.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/compal/ene932/acpi/ac.asl b/src/ec/compal/ene932/acpi/ac.asl
index b086bf5cd2..cc14b33add 100644
--- a/src/ec/compal/ene932/acpi/ac.asl
+++ b/src/ec/compal/ene932/acpi/ac.asl
@@ -9,7 +9,7 @@ Device (AC)
Method (_PSR)
{
- Store(ADPT, Local0)
+ Local0 = ADPT
Return(Local0)
}