aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot/acpi/mainboard.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-08 09:33:36 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-01-28 09:26:03 +0000
commit316466b76513dad87f1b7c90eab142ddea955fcc (patch)
tree83e4d001422d8f3b6012f9ee88f5978683bb0a8a /src/mainboard/google/parrot/acpi/mainboard.asl
parentdb11fa46ad4611d32e56e7b16c4b1cb6057404da (diff)
mb/google/parrot: Convert to ASL 2.0 syntax
Change-Id: Ie802b540cea13000227c969bbc262f034d1b6b84 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46177 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/google/parrot/acpi/mainboard.asl')
-rw-r--r--src/mainboard/google/parrot/acpi/mainboard.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/parrot/acpi/mainboard.asl b/src/mainboard/google/parrot/acpi/mainboard.asl
index 39a428bcef..6d5e9070fe 100644
--- a/src/mainboard/google/parrot/acpi/mainboard.asl
+++ b/src/mainboard/google/parrot/acpi/mainboard.asl
@@ -22,7 +22,7 @@ Scope (\_SB) {
Name(_HID, EisaId("PNP0C0D"))
Method(_LID, 0)
{
- Store (GP15, \LIDS)
+ \LIDS = GP15
Return (\LIDS)
}
}