summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/drallion
diff options
context:
space:
mode:
authorSumeet R Pawnikar <sumeet.r.pawnikar@intel.com>2020-06-03 16:01:43 +0530
committerPatrick Georgi <pgeorgi@google.com>2020-06-18 08:30:07 +0000
commita147c85796319477fec306bcdb37cd006f19efbe (patch)
tree7680e4910e47d5b77d62740fc11289f498d1b937 /src/mainboard/google/drallion
parent5e53bd582218399bd93a116e22b47d6c52d06829 (diff)
downloadcoreboot-a147c85796319477fec306bcdb37cd006f19efbe.tar.gz
coreboot-a147c85796319477fec306bcdb37cd006f19efbe.tar.bz2
coreboot-a147c85796319477fec306bcdb37cd006f19efbe.zip
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/drallion')
-rw-r--r--src/mainboard/google/drallion/dsdt.asl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/drallion/dsdt.asl b/src/mainboard/google/drallion/dsdt.asl
index fa6e837040a3..ef2a94e1bd01 100644
--- a/src/mainboard/google/drallion/dsdt.asl
+++ b/src/mainboard/google/drallion/dsdt.asl
@@ -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>
}