aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-10-08 09:58:26 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2021-01-24 21:45:06 +0000
commitf6676df8b5db93e50545df5ca8f6a8658aeb1c4d (patch)
tree746f537ef2093829e35c8edc06febf932ee3e15e /src/mainboard/lenovo
parent8972cacd48c706492317158b5260fd3436858767 (diff)
mb/lenovo/x230: Convert to ASL 2.0 syntax
Change-Id: I18667ae74454e0db83fb40d8f130909510ddc379 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/lenovo')
-rw-r--r--src/mainboard/lenovo/x230/acpi/platform.asl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x230/acpi/platform.asl b/src/mainboard/lenovo/x230/acpi/platform.asl
index 40b9a535b6..c4becafc2a 100644
--- a/src/mainboard/lenovo/x230/acpi/platform.asl
+++ b/src/mainboard/lenovo/x230/acpi/platform.asl
@@ -16,8 +16,8 @@ Method(_PTS,1)
Method(_WAK,1)
{
/* ME may not be up yet. */
- Store (0, \_TZ.MEB1)
- Store (0, \_TZ.MEB2)
+ \_TZ.MEB1 = 0
+ \_TZ.MEB2 = 0
/* Wake the HKEY to init BT/WWAN */
\_SB.PCI0.LPCB.EC.HKEY.WAKE (Arg0)