diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-29 22:51:31 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-04 09:41:10 +0000 |
commit | fbcfefe5f3f85daff84a454f822fe6c8ca4c02af (patch) | |
tree | 06b7b07b202bd742ded531cdcb2185e9ad800a3e /src/mainboard/asus | |
parent | f49f4d48ba12bea159a30ae2d2e761ca15c04a5e (diff) |
mb/**/dsdt.asl: Drop unused ACPI_VIDEO_DEVICE
It is only used with the Lenovo-specific H8 EC code.
Change-Id: I596d4d19277555894ab728e32a44e34a5a21e21d
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40863
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/p8h61-m_pro/dsdt.asl | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p8z77-m_pro/dsdt.asl | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/asus/p8h61-m_pro/dsdt.asl b/src/mainboard/asus/p8h61-m_pro/dsdt.asl index b77c2bac03..66608b061f 100644 --- a/src/mainboard/asus/p8h61-m_pro/dsdt.asl +++ b/src/mainboard/asus/p8h61-m_pro/dsdt.asl @@ -1,7 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ -#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 #include <acpi/acpi.h> DefinitionBlock( "dsdt.aml", diff --git a/src/mainboard/asus/p8z77-m_pro/dsdt.asl b/src/mainboard/asus/p8z77-m_pro/dsdt.asl index ce1d905b6c..21b3954774 100644 --- a/src/mainboard/asus/p8z77-m_pro/dsdt.asl +++ b/src/mainboard/asus/p8z77-m_pro/dsdt.asl @@ -1,8 +1,6 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* This file is part of the coreboot project. */ -#define ACPI_VIDEO_DEVICE \_SB.PCI0.GFX0 - #include <acpi/acpi.h> DefinitionBlock( "dsdt.aml", |