summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiewen Yao <jiewen.yao@intel.com>2017-10-07 09:10:31 +0800
committerJiewen Yao <jiewen.yao@intel.com>2017-10-09 11:15:00 +0800
commit86ad33729161f98daccb80ca1eb32d951f9ae143 (patch)
tree4e602cc48cf8f4fbc885f331e8fd7d7f3d8577c6
parent6bd758d49363906e0145576cea0bbbcaae0742e6 (diff)
downloadedk2-platforms-86ad33729161f98daccb80ca1eb32d951f9ae143.tar.xz
Fix iASL compiler report error.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com> Reviewed-by: Amy Chan <amy.chan@intel.com>
-rw-r--r--Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL3
1 files changed, 0 insertions, 3 deletions
diff --git a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL
index eef1368a39..44c9aead14 100644
--- a/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL
+++ b/Platform/Intel/KabylakeOpenBoardPkg/Acpi/BoardAcpiDxe/Dsdt/DSDT.ASL
@@ -32,12 +32,10 @@ DefinitionBlock (
External(BRTL)
External(ALSE)
External(GSMI)
- External(\_SB.PCI0.GFX0, DeviceObj)
External(\_SB.PCI0.GFX0.ALSI)
External(\_SB.PCI0.GFX0.CDCK)
External(\_SB.PCI0.GFX0.CBLV)
External(\_SB.PCI0.GFX0.GSSE)
- External(\_SB.PCI0.ISP0, DeviceObj)
External(\_SB.PCI0.PEG0, DeviceObj)
External(\_SB.PCI0.PEG0.PEGP, DeviceObj)
External(\_SB.PCI0.PEG1, DeviceObj)
@@ -48,7 +46,6 @@ DefinitionBlock (
External(\_SB.PCI0.GFX0.AINT, MethodObj)
External(\_SB.PCI0.GFX0.GLID, MethodObj)
External(\_SB.PCI0.GFX0.GSCI, MethodObj)
- External(\_PR.PR00, DeviceObj)
External(\_PR.PR00._PSS, MethodObj)
External(\_PR.PR00.LPSS, PkgObj)
External(\_PR.PR00.TPSS, PkgObj)