diff options
author | Raul E Rangel <rrangel@chromium.org> | 2020-07-13 15:57:52 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-07-16 17:11:29 +0000 |
commit | d45835837985c4e97b55d09a42a2297da714d891 (patch) | |
tree | e95ff367f9e514ff79a8a8dfa03ea5090ab1a77a /src/mainboard/amd | |
parent | b20a16ef4ecc841a23c9753df4317b65101ce0e9 (diff) |
soc/amd/picasso,mb/{zork,mandolin}: Remove invalid UPWS variable
PMx0EE is not defined in the Picasso PPR.
BUG=b:153001807, b:154756391
TEST=None
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: I98caf0cd2d0bdcf19de2b945dcf74f5cf7354769
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43424
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/mandolin/acpi/sleep.asl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/amd/mandolin/acpi/sleep.asl b/src/mainboard/amd/mandolin/acpi/sleep.asl index db81e4aff8..6fdb30b5d4 100644 --- a/src/mainboard/amd/mandolin/acpi/sleep.asl +++ b/src/mainboard/amd/mandolin/acpi/sleep.asl @@ -23,7 +23,6 @@ Method(_PTS, 1) { /* DBGO("\n") */ Store(0, PEWD) - Store(7, UPWS) } /* End Method(\_PTS) */ /* |