diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2018-01-17 14:13:48 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-17 21:34:46 +0000 |
commit | 630ea465b376bcaf133a5d20319a44dc3286fd6c (patch) | |
tree | 0957ac52696af6d6a2812fd348dac7561a97b892 | |
parent | 71a5138807e529f2b3ca29fc1caf0408270b3d3d (diff) |
lenovo/z61t: Update for PNOT change
Change the directory of the included cpu.asl file. This board seems to
have been omitted in 0a4e0fd "Fix the PNOT ACPI method".
Change-Id: Idc00197b1544006299e720dca59e02f6bf8f683c
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/23308
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
-rw-r--r-- | src/mainboard/lenovo/z61t/dsdt.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/z61t/dsdt.asl b/src/mainboard/lenovo/z61t/dsdt.asl index 684009ed2c..a13ac3c8e4 100644 --- a/src/mainboard/lenovo/z61t/dsdt.asl +++ b/src/mainboard/lenovo/z61t/dsdt.asl @@ -47,7 +47,7 @@ DefinitionBlock( #include "acpi/video.asl" } - #include <cpu/intel/common/acpi/cpu.asl> + #include <cpu/intel/speedstep/acpi/cpu.asl> Scope (\_SB) { Device (PCI0) |