summaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-i440fx/dsdt.asl
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-10-24 11:55:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-10-25 10:07:02 +0000
commit4d99cdeaf90561413e37d6b7efc3ce75321f31fc (patch)
tree82df3b6cd78dd79559451721e2d04055a933bb90 /src/mainboard/emulation/qemu-i440fx/dsdt.asl
parent5216b72a9918a5f3bd774f161399d135ffafd517 (diff)
downloadcoreboot-4d99cdeaf90561413e37d6b7efc3ce75321f31fc.tar.xz
src/mainboard: Drop wrong _ADR objects
ACPI Version 6.3 Section 6.1: "A device object must contain either an _HID object or an _ADR object, but should not contain both." Change-Id: I50cafce0aaf465ee95562ccff6c8f63fb22096c0 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36294 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/dsdt.asl')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/dsdt.asl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/dsdt.asl b/src/mainboard/emulation/qemu-i440fx/dsdt.asl
index e4be1139f3..9bef7d9c18 100644
--- a/src/mainboard/emulation/qemu-i440fx/dsdt.asl
+++ b/src/mainboard/emulation/qemu-i440fx/dsdt.asl
@@ -34,7 +34,6 @@ DefinitionBlock (
Scope(\_SB) {
Device(PCI0) {
Name(_HID, EisaId("PNP0A03"))
- Name(_ADR, 0x00)
Name(_UID, 1)
}
}