mb/asus/{h61m-cs,p8h61-m_lx}: Reorder `_PTS` and `_WAK`

Done to preserve reproducibility when switching to a variant setup.

Change-Id: I78241c807f767846774b8e1a2e0d25f3452ed544
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54371
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
This commit is contained in:
Angel Pons 2021-05-17 12:55:37 +02:00 committed by Patrick Georgi
parent d42fc11b27
commit de649bc01d
2 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
Method(_PTS,1)
{
}
Method(_WAK,1)
{
Return(Package(){0,0})
}
Method(_PTS,1)
{
}

View File

@ -1,10 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
Method(_WAK, 1)
Method(_PTS,1)
{
Return (Package() { 0, 0 })
}
Method(_PTS, 1)
Method(_WAK,1)
{
Return(Package(){0,0})
}