diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-11-02 17:19:26 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-11-04 11:36:39 +0000 |
commit | 6c13b0427af47a1a0a901f103d6d619575673112 (patch) | |
tree | 66a6c3feeaa148302da779a40f48f8164a81c277 /src/mainboard/google/stout/dsdt.asl | |
parent | 8195aa02f9f89ec18b3aefd895d917263821e30b (diff) | |
download | coreboot-6c13b0427af47a1a0a901f103d6d619575673112.tar.xz |
mb/*/*{bd82x6x/ibexpreak}: Use sb/intel/common/acpi/platform.asl
Change-Id: I36095422559e6c160aa57f8907944faa4c192dee
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36577
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/stout/dsdt.asl')
-rw-r--r-- | src/mainboard/google/stout/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/stout/dsdt.asl b/src/mainboard/google/stout/dsdt.asl index 43d0fff948..580ca1606d 100644 --- a/src/mainboard/google/stout/dsdt.asl +++ b/src/mainboard/google/stout/dsdt.asl @@ -25,7 +25,7 @@ DefinitionBlock( 0x20110725 // OEM revision ) { - #include <southbridge/intel/bd82x6x/acpi/platform.asl> + #include <southbridge/intel/common/acpi/platform.asl> // Some generic macros #include "acpi/platform.asl" |