From 8195aa02f9f89ec18b3aefd895d917263821e30b Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 2 Nov 2019 22:07:58 +0100 Subject: sb/intel/common/platform.asl: Remove setting unused GNVS Change-Id: I842af0a0e6435d33759649065b2b5a6f6d35071d Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36586 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/southbridge/intel/common/acpi/platform.asl | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/southbridge/intel/common/acpi/platform.asl b/src/southbridge/intel/common/acpi/platform.asl index ba8091d73b..03cb625ce6 100644 --- a/src/southbridge/intel/common/acpi/platform.asl +++ b/src/southbridge/intel/common/acpi/platform.asl @@ -71,16 +71,6 @@ Method(GOS, 0) Store (2000, OSYS) If (CondRefOf(_OSI)) { - /* Linux answers _OSI with "True" for a couple of - * Windows version queries. But unlike Windows it - * needs a Video repost, so let's determine whether - * we're running Linux. - */ - - If (_OSI("Linux")) { - Store (1, LINX) - } - If (_OSI("Windows 2001")) { Store (2001, OSYS) } -- cgit v1.2.3