From b2252ce37cf074b34858d7399ad95c422073b403 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Thu, 3 May 2018 15:53:58 -0700 Subject: intel/acpi: Fix ACPI compile error According to ACPI 6.1 spec 19.6.44, External informs compiler that object is external to this TABLE, no necessary for object in same DSDT tables. BUG=None TEST=Build pass Intel mainboard with 20180427 iasl. Change-Id: I153e7d0e97f9a29919676fbb73a7c26fd22f252c Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/26045 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/soc/intel/braswell/acpi/dptf/cpu.asl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel/braswell/acpi') diff --git a/src/soc/intel/braswell/acpi/dptf/cpu.asl b/src/soc/intel/braswell/acpi/dptf/cpu.asl index fafd438cca..9625cac5f0 100644 --- a/src/soc/intel/braswell/acpi/dptf/cpu.asl +++ b/src/soc/intel/braswell/acpi/dptf/cpu.asl @@ -47,7 +47,6 @@ External (\_PR.CP00._TPC, MethodObj) External (\_PR.CP00._PTC, PkgObj) External (\_PR.CP00._TSD, PkgObj) External (\_PR.CP00._PSS, MethodObj) -External (\_SB.DPTF.CTOK, MethodObj) Device (B0DB) { -- cgit v1.2.3