mb/lenovo/t440p: Convert to ASL 2.0 syntax

Change-Id: I91e25fe62080582b925fa1f1a88512f318ab9415
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46198
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Elyes HAOUAS 2020-10-08 09:55:09 +02:00 committed by Michael Niewöhner
parent 3b2d9970dc
commit 15a5b0a571
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
Method(_WAK,1)
{
/* ME may not be up yet. */
Store (0, \_TZ.MEB1)
Store (0, \_TZ.MEB2)
\_TZ.MEB1 = 0
\_TZ.MEB2 = 0
Return(Package(){0,0})
}