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) - } }