aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/zork/dsdt.asl
diff options
context:
space:
mode:
authorRaul E Rangel <rrangel@chromium.org>2020-07-14 10:49:25 -0600
committerFelix Held <felix-coreboot@felixheld.de>2020-07-20 14:01:09 +0000
commit030bace5626888d50b0168e75c1e034fbe6a15d6 (patch)
tree7072ac0f94f61290e98ee92afbf231c9721cecae /src/mainboard/google/zork/dsdt.asl
parentdce0ce954fa215bad99f7523e6767eb4cd5f7332 (diff)
mb/google/zork: Delete sleep.asl
These methods are empty and the kernel treats these as optional. BUG=b:153001807, b:154756391 TEST=Suspend and resume trembyle Signed-off-by: Raul E Rangel <rrangel@chromium.org> Change-Id: I5f2b375c1186951f95b7ac44dc7158a0299013a1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43465 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/zork/dsdt.asl')
-rw-r--r--src/mainboard/google/zork/dsdt.asl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/zork/dsdt.asl b/src/mainboard/google/zork/dsdt.asl
index 8a8f4aff8a..08ea5cf1c7 100644
--- a/src/mainboard/google/zork/dsdt.asl
+++ b/src/mainboard/google/zork/dsdt.asl
@@ -27,9 +27,6 @@ DefinitionBlock (
/* Contains the supported sleep states for this chipset */
#include <sleepstates.asl>
- /* Contains the Sleep methods (WAK, PTS, GTS, etc.) */
- #include <variant/acpi/sleep.asl>
-
/* Contains _SWS methods */
#include <soc/amd/common/acpi/acpi_wake_source.asl>