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/mainboard/biostar/a68n_5200/acpi/routing.asl | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/mainboard/biostar/a68n_5200') diff --git a/src/mainboard/biostar/a68n_5200/acpi/routing.asl b/src/mainboard/biostar/a68n_5200/acpi/routing.asl index d08e162e4d..106259d0a9 100644 --- a/src/mainboard/biostar/a68n_5200/acpi/routing.asl +++ b/src/mainboard/biostar/a68n_5200/acpi/routing.asl @@ -1,14 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* -#include -DefinitionBlock ("DSDT.AML", "DSDT", 0x01, OEM_ID, ACPI_TABLE_CREATOR, 0x00010001 - ) - { - #include "routing.asl" - } -*/ - /* Routing is in System Bus scope */ Name(PR0, Package(){ /* NB devices */ -- cgit v1.2.3