diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 09:41:22 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 09:41:22 +0000 |
commit | 2e7a663de426c941c1f309423484b7729ddcdfb4 (patch) | |
tree | eade6544750794834407ae93e8250a6b700c7203 /MdeModulePkg | |
parent | b4c658d0418598a6f940aa7bcbb9fcaf22b9736a (diff) | |
download | edk2-platforms-2e7a663de426c941c1f309423484b7729ddcdfb4.tar.xz |
Enable Nt32 platform boot to DXE phase.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3073 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index 61641e3526..c55682300c 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -114,7 +114,7 @@ PerformanceLib
HobLib
BaseLib
- PeiCoreEntryPoint
+ OldPeiCoreEntryPoint
DebugLib
|