From 8fc5c64403ab48f764142bd92f07d761f0475ec5 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 13 Oct 2015 21:19:49 +0200 Subject: southbridge/intel: Move `i82801gx/acpi/platform.asl` to `common/acpi` Commit 24813c14 (i945: Consolidate acpi/platform.asl) creates the file in the directory `src/southbridge/intel/i82801gx/acpi`. Devices with the southbridge `intel/i82801ix`, like the laptop Lenovo X200, use the exact same ASL code though. So share this in the directory `src/southbridge/intel/common/acpi`. Change-Id: I33b7993bcdbef7233ed85a683b2858ac72c1d642 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/11881 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/mainboard/getac/p470/dsdt.asl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/getac/p470') diff --git a/src/mainboard/getac/p470/dsdt.asl b/src/mainboard/getac/p470/dsdt.asl index fa7a113dbf..fd80223624 100644 --- a/src/mainboard/getac/p470/dsdt.asl +++ b/src/mainboard/getac/p470/dsdt.asl @@ -30,7 +30,7 @@ DefinitionBlock( 0x20090419 // OEM revision ) { - #include + #include // Some generic macros #include "acpi/platform.asl" -- cgit v1.2.3