mb/amd/gardenia: Convert to ASL 2.0 syntax

Change-Id: I8c8845ed6eb466acff568247184c6ad6b186e9ec
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/46145
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2020-10-08 09:02:43 +02:00 committed by Kyösti Mälkki
parent db53013b18
commit 708e4cb596
1 changed files with 4 additions and 4 deletions

View File

@ -26,10 +26,10 @@ Method(_PTS, 1) {
/* DBGO("\n") */
/* Clear wake status structure. */
Store(0, PEWD)
Store(0, Index(WKST,0))
Store(0, Index(WKST,1))
Store(7, UPWS)
PEWD = 0
WKST [0] = 0
WKST [1] = 0
UPWS = 7
} /* End Method(\_PTS) */
/*