diff options
author | Yu Pu <yu.pu@intel.com> | 2022-03-29 11:45:12 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2023-03-10 08:23:56 +0000 |
commit | fa78edc57eb000f7820d5896f61053069b61eba1 (patch) | |
tree | 80fededf082cd600034bb3c81fbe0b76cd935c87 /IntelFsp2WrapperPkg/FspsWrapperPeim | |
parent | b294633c68d4f4ed8c784501e8da321127121877 (diff) | |
download | edk2-fa78edc57eb000f7820d5896f61053069b61eba1.tar.gz edk2-fa78edc57eb000f7820d5896f61053069b61eba1.tar.bz2 edk2-fa78edc57eb000f7820d5896f61053069b61eba1.zip |
IntelFsp2Pkg: Remove UefiCpuLib from module INFs.
Because UefiCpuPkg/UefiCpuLib is merged to MdePkg/CpuLib, remove the
dependency of UefiCpuLib.
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Yu Pu <yu.pu@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Diffstat (limited to 'IntelFsp2WrapperPkg/FspsWrapperPeim')
-rw-r--r-- | IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf index f9c2ffca1c..a7b28e56b5 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.inf @@ -39,7 +39,6 @@ FspWrapperPlatformLib
FspWrapperHobProcessLib
CpuLib
- UefiCpuLib
PeCoffGetEntryPointLib
PeCoffExtraActionLib
PerformanceLib
|