diff options
author | Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> | 2020-06-03 16:01:43 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-06-18 08:30:07 +0000 |
commit | a147c85796319477fec306bcdb37cd006f19efbe (patch) | |
tree | 7680e4910e47d5b77d62740fc11289f498d1b937 /src/mainboard/google/sarien | |
parent | 5e53bd582218399bd93a116e22b47d6c52d06829 (diff) |
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>
Diffstat (limited to 'src/mainboard/google/sarien')
-rw-r--r-- | src/mainboard/google/sarien/dsdt.asl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/sarien/dsdt.asl b/src/mainboard/google/sarien/dsdt.asl index 96e10d49b2..b666fbc4f6 100644 --- a/src/mainboard/google/sarien/dsdt.asl +++ b/src/mainboard/google/sarien/dsdt.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> } |