aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/butterfly/acpi/mainboard.asl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/butterfly/acpi/mainboard.asl')
-rw-r--r--src/mainboard/google/butterfly/acpi/mainboard.asl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/acpi/mainboard.asl b/src/mainboard/google/butterfly/acpi/mainboard.asl
index 02ef905299..3552e29ad8 100644
--- a/src/mainboard/google/butterfly/acpi/mainboard.asl
+++ b/src/mainboard/google/butterfly/acpi/mainboard.asl
@@ -8,7 +8,7 @@ Scope (\_SB) {
Name (_HID, EisaId("PNP0C0D"))
Method (_LID, 0)
{
- Store (\_SB.PCI0.LPCB.EC0.LIDF, \LIDS)
+ \LIDS = \_SB.PCI0.LPCB.EC0.LIDF
Return (\LIDS)
}
}