From dd1da42f857ea7e18af4a8cc7cb283ec88e16549 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Wed, 8 Jul 2020 01:46:32 +0200 Subject: ACPI: Drop commented-out DSDT DefinitionBlock instances MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This code is not even being build-tested. Drop it before it grows moss. Change-Id: I9b5589d4596eead83a5897b083ccb85ef05a03d5 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/43270 Reviewed-by: Michael Niewöhner Tested-by: build bot (Jenkins) --- src/arch/x86/acpi/debug.asl | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/arch/x86') diff --git a/src/arch/x86/acpi/debug.asl b/src/arch/x86/acpi/debug.asl index 11651e4f00..fd071f8fdb 100644 --- a/src/arch/x86/acpi/debug.asl +++ b/src/arch/x86/acpi/debug.asl @@ -1,20 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* - #include - DefinitionBlock ( - "DSDT.AML", - "DSDT", - 0x01, - OEM_ID, - ACPI_TABLE_CREATOR, - 0x00010001 - ) - { - #include "debug.asl" - } -*/ - /* * 0x80: POST_BASE * 0x3F8: DEBCOM_BASE -- cgit v1.2.3