aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/acpi/platform.asl
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-02 22:07:58 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-04 11:36:25 +0000
commit8195aa02f9f89ec18b3aefd895d917263821e30b (patch)
tree3ecbd835200fea0aa2666fba4b81846d7d03325c /src/southbridge/intel/common/acpi/platform.asl
parenta0365c580905adddd275cd9e55296f5d5900d3b9 (diff)
sb/intel/common/platform.asl: Remove setting unused GNVS
Change-Id: I842af0a0e6435d33759649065b2b5a6f6d35071d Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36586 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/southbridge/intel/common/acpi/platform.asl')
-rw-r--r--src/southbridge/intel/common/acpi/platform.asl10
1 files changed, 0 insertions, 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)
}