mirror of https://github.com/acidanthera/audk.git
Change the patchableInModule type PCD to fixedAtBuild type PCD because NT32 platform is not for releasing binary module.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3531 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5e6c7c184e
commit
13759165e8
|
@ -234,11 +234,9 @@
|
|||
PcdDxeIplSupportCustomDecompress|gEfiMdeModulePkgTokenSpaceGuid|TRUE
|
||||
PcdUefiVariableDefaultLangDepricate|gEfiMdePkgTokenSpaceGuid|FALSE
|
||||
|
||||
[PcdsPatchableInModule.IA32]
|
||||
[PcdsFixedAtBuild.IA32]
|
||||
PcdStatusCodeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|1
|
||||
PcdStatusCodeRuntimeMemorySize|gEfiIntelFrameworkModulePkgTokenSpaceGuid|128
|
||||
|
||||
[PcdsFixedAtBuild.IA32]
|
||||
PcdWinNtMemorySizeForSecMain|gEfiNt32PkgTokenSpaceGuid|L"64!64"|12
|
||||
PcdWinNtFirmwareVolume|gEfiNt32PkgTokenSpaceGuid|L"..\\Fv\\Fv_Recovery.fd"|52
|
||||
PcdWinNtBootMode|gEfiNt32PkgTokenSpaceGuid|1
|
||||
|
|
Loading…
Reference in New Issue