diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-10 15:39:12 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-11 16:38:15 +0000 |
commit | 00f11c0290758cb0f30b54f1a332082f136384ee (patch) | |
tree | 2608723fad8e7547d0ed790f482b7a74224227b7 /src/mainboard/asus | |
parent | aa969e887af6c76c0d5e694a3a17e14ee13d27b2 (diff) |
sb/intel/i82801jx: Drop Global NVS support
Was copy-pasted from i82801ix and no mainboard actually needs it.
Change-Id: I400424540b52dc5d43aba15720b18ad57ea2ebda
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49279
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/p5qc/dsdt.asl | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p5ql-em/dsdt.asl | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/asus/p5qc/dsdt.asl b/src/mainboard/asus/p5qc/dsdt.asl index 6561493c0e..50527cfc7c 100644 --- a/src/mainboard/asus/p5qc/dsdt.asl +++ b/src/mainboard/asus/p5qc/dsdt.asl @@ -15,7 +15,6 @@ DefinitionBlock( OSYS = 2002 // global NVS and variables #include <southbridge/intel/common/acpi/platform.asl> - #include <southbridge/intel/i82801jx/acpi/globalnvs.asl> Scope (\_SB) { Device (PCI0) diff --git a/src/mainboard/asus/p5ql-em/dsdt.asl b/src/mainboard/asus/p5ql-em/dsdt.asl index 8e1b7f9728..3f929d199a 100644 --- a/src/mainboard/asus/p5ql-em/dsdt.asl +++ b/src/mainboard/asus/p5ql-em/dsdt.asl @@ -17,7 +17,6 @@ DefinitionBlock( OSYS = 2002 // global NVS and variables #include <southbridge/intel/common/acpi/platform.asl> - #include <southbridge/intel/i82801jx/acpi/globalnvs.asl> Scope (\_SB) { Device (PCI0) |