aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/samsung/lumpy/acpi/mainboard.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-08 10:10:17 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-11-04 09:44:33 +0000
commit0be783b30e76a9f9aa6bf65eb315a02cb91cbe23 (patch)
tree7b1bbc229e41bfd736a733ac9d946b4cafba3270 /src/mainboard/samsung/lumpy/acpi/mainboard.asl
parentb29769a39160d4a6efe0dc863ba889388536fda5 (diff)
mb/samsung/lumpy: Convert to ASL 2.0 syntax
Generated 'build/dsdt.dsl' files are identical. Change-Id: I7ad79a31142af8ae1b62497ade0b4ba7bac3a93c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46214 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/samsung/lumpy/acpi/mainboard.asl')
-rw-r--r--src/mainboard/samsung/lumpy/acpi/mainboard.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/samsung/lumpy/acpi/mainboard.asl b/src/mainboard/samsung/lumpy/acpi/mainboard.asl
index 9b5ae77b4d..d9c9d614a7 100644
--- a/src/mainboard/samsung/lumpy/acpi/mainboard.asl
+++ b/src/mainboard/samsung/lumpy/acpi/mainboard.asl
@@ -8,7 +8,7 @@ Scope (\_SB) {
Name(_HID, EisaId("PNP0C0D"))
Method(_LID, 0)
{
- Store (\_SB.PCI0.LPCB.EC0.LIDS, \LIDS)
+ \LIDS = \_SB.PCI0.LPCB.EC0.LIDS
Return (\LIDS)
}