From 0da07d66bd131b5ca5c694a069bf8ea1838f9951 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Mon, 17 May 2021 17:49:07 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/54410 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/asus/p8z77-m_pro/acpi/platform.asl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl b/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl index 7b1b2b2975..90cf05bf75 100644 --- a/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl +++ b/src/mainboard/asus/p8z77-m_pro/acpi/platform.asl @@ -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}) } -- cgit v1.2.3