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>
This commit is contained in:
parent
71a5138807
commit
630ea465b3
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue