Change in coreboot[master]: soc/intel/cannonlake: Remove unused _STA method from cnvi.asl

Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/29399 Change subject: soc/intel/cannonlake: Remove unused _STA method from cnvi.asl ...................................................................... soc/intel/cannonlake: Remove unused _STA method from cnvi.asl Change-Id: Ic81de2dce6045ced913766790a40ed19119f5118 Signed-off-by: Subrata Banik <subrata.banik@intel.com> --- M src/soc/intel/cannonlake/acpi/cnvi.asl 1 file changed, 0 insertions(+), 5 deletions(-) git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/29399/1 diff --git a/src/soc/intel/cannonlake/acpi/cnvi.asl b/src/soc/intel/cannonlake/acpi/cnvi.asl index f9aeeb0..dd4f528 100644 --- a/src/soc/intel/cannonlake/acpi/cnvi.asl +++ b/src/soc/intel/cannonlake/acpi/cnvi.asl @@ -24,9 +24,4 @@ Name (_S3W, 3) /* D3 can wake system from S3 */ Name (_PRW, Package() { PME_B0_EN_BIT, 3 }) - - Method (_STA, 0) - { - Return (0xF) - } } -- To view, visit https://review.coreboot.org/29399 To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings Gerrit-Project: coreboot Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic81de2dce6045ced913766790a40ed19119f5118 Gerrit-Change-Number: 29399 Gerrit-PatchSet: 1 Gerrit-Owner: Subrata Banik <subrata.banik@intel.com>
participants (1)
-
Subrata Banik (Code Review)