summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-29 22:58:39 +0200
committerPatrick Georgi <pgeorgi@google.com>2020-05-04 09:41:20 +0000
commit822148c5e737b5c69758148ebc68f1a9faf8bfd3 (patch)
tree0e5fd75012e8ad02d3d737b19d74b0691f21ce5c /util
parentfbcfefe5f3f85daff84a454f822fe6c8ca4c02af (diff)
downloadcoreboot-822148c5e737b5c69758148ebc68f1a9faf8bfd3.tar.gz
coreboot-822148c5e737b5c69758148ebc68f1a9faf8bfd3.tar.bz2
coreboot-822148c5e737b5c69758148ebc68f1a9faf8bfd3.zip
treewide: Drop ACPI_VIDEO_DEVICE macro
It was always defined to the same value, and only used twice. Change-Id: I2736eb7ea2cf15475f7bb99d7d12450730eb8be0 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40864 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/autoport/bd82x6x.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go
index 87e7584743fa..9f37aeef4f10 100644
--- a/util/autoport/bd82x6x.go
+++ b/util/autoport/bd82x6x.go
@@ -192,10 +192,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) {
DSDTDefine{
Key: "BRIGHTNESS_DOWN",
Value: "\\_SB.PCI0.GFX0.DECB",
- },
- DSDTDefine{
- Key: "ACPI_VIDEO_DEVICE",
- Value: "\\_SB.PCI0.GFX0",
})
/* SPI init */