mb/google: remove cannonlake dptf.asl include file from dsdt files
Remove cannonlake dptf.asl include file from all the dsdt files as per soc/intel/common/acpi code changes for dptf. BUG=None BRANCH=None TEST=Build and boot on the system Change-Id: I961a3ecb27e7bb7bb0b98c8630900bada0531639 Signed-off-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42041 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
5e53bd5822
commit
a147c85796
|
@ -56,8 +56,6 @@ DefinitionBlock(
|
|||
{
|
||||
/* Per board variant specific definitions. */
|
||||
#include <variant/acpi/dptf.asl>
|
||||
/* Include soc specific DPTF changes */
|
||||
#include <soc/intel/cannonlake/acpi/dptf.asl>
|
||||
/* Include common dptf ASL files */
|
||||
#include <soc/intel/common/acpi/dptf/dptf.asl>
|
||||
}
|
||||
|
|
|
@ -53,8 +53,6 @@ DefinitionBlock(
|
|||
{
|
||||
/* Per board variant specific definitions. */
|
||||
#include <variant/acpi/dptf.asl>
|
||||
/* Include soc specific DPTF changes */
|
||||
#include <soc/intel/cannonlake/acpi/dptf.asl>
|
||||
/* Include common dptf ASL files */
|
||||
#include <soc/intel/common/acpi/dptf/dptf.asl>
|
||||
}
|
||||
|
|
|
@ -58,8 +58,6 @@ DefinitionBlock(
|
|||
{
|
||||
/* Per board variant specific definitions. */
|
||||
#include <variant/acpi/dptf.asl>
|
||||
/* Include soc specific DPTF changes */
|
||||
#include <soc/intel/cannonlake/acpi/dptf.asl>
|
||||
/* Include common dptf ASL files */
|
||||
#include <soc/intel/common/acpi/dptf/dptf.asl>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue