diff options
author | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-07 12:48:53 +0000 |
---|---|---|
committer | xli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-12-07 12:48:53 +0000 |
commit | b6d793e37c6e675cc77f502a24ffc49dd77dde8f (patch) | |
tree | 14015ff9d71010d4eaf118d594f9299290ed4dcd /DuetPkg/DuetPkg.dsc | |
parent | 5161b24d1302cf5fe163de9d937dc10951a70d8a (diff) | |
download | edk2-platforms-b6d793e37c6e675cc77f502a24ffc49dd77dde8f.tar.xz |
Update to consume CPU I/O 2 Protocol instead of Framework CPU I/O Protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9533 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DuetPkg.dsc')
-rw-r--r-- | DuetPkg/DuetPkg.dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/DuetPkg.dsc b/DuetPkg/DuetPkg.dsc index 20597e0f77..502f56b5ad 100644 --- a/DuetPkg/DuetPkg.dsc +++ b/DuetPkg/DuetPkg.dsc @@ -145,7 +145,7 @@ <LibraryClasses> PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf } - UefiCpuPkg/CpuIoDxe/CpuIo.inf + UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf DuetPkg/CpuDxe/Cpu.inf PcAtChipsetPkg/8259InterruptControllerDxe/8259.inf PcAtChipsetPkg/KbcResetDxe/Reset.inf |