mb/asus/p8z77-m_pro: Reorder `_PTS` and `_WAK`

Done to preserve reproducibility when switching to a variant setup.

Change-Id: I4f3663d3b58c6245c9b73d370a48b8745ea5b95b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/54410
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Angel Pons 2021-05-17 17:49:07 +02:00 committed by Patrick Georgi
parent 81c2e02bb4
commit 0da07d66bd
1 changed files with 4 additions and 4 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)
{
}