diff options
author | Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com> | 2020-06-16 12:59:39 +0530 |
---|---|---|
committer | Tim Wawrzynczak <twawrzynczak@chromium.org> | 2020-06-19 18:43:44 +0000 |
commit | 51e0fd91d5d73c168e572622f91d0197a8ec031b (patch) | |
tree | 26a8914eda55caf6b99001c83ca20516c9e81bd5 /src/soc/intel/common/acpi | |
parent | a5ba5133ce83b1f4061ca81e87b70f02068f7c70 (diff) |
soc/intel/common/acpi: rename dptf.asl to dptf_common.asl file
Rename dptf.asl to dptf_common.asl under soc/intel/common/acpi path
to avoid any kind of confusion with another dptf.asl file under
soc/intel/common/acpi/dptf path. Sometime it's confusing to have
two dptf.asl files just one directory apart.
BUG=None
BRANCH=None
TEST=Build and boot on volteer system
Change-Id: I23d93719e23c0b7659ccb23e5d0868f879bc162c
Signed-off-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42417
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/soc/intel/common/acpi')
-rw-r--r-- | src/soc/intel/common/acpi/dptf/dptf.asl | 2 | ||||
-rw-r--r-- | src/soc/intel/common/acpi/dptf_common.asl (renamed from src/soc/intel/common/acpi/dptf.asl) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/acpi/dptf/dptf.asl b/src/soc/intel/common/acpi/dptf/dptf.asl index 69d2bae402..637dfedb8f 100644 --- a/src/soc/intel/common/acpi/dptf/dptf.asl +++ b/src/soc/intel/common/acpi/dptf/dptf.asl @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* Include common dptf ASL files */ -#include <soc/intel/common/acpi/dptf.asl> +#include <soc/intel/common/acpi/dptf_common.asl> Device (DPTF) { diff --git a/src/soc/intel/common/acpi/dptf.asl b/src/soc/intel/common/acpi/dptf_common.asl index 50ed2f21f1..50ed2f21f1 100644 --- a/src/soc/intel/common/acpi/dptf.asl +++ b/src/soc/intel/common/acpi/dptf_common.asl |