Resolve conflicted PCD TokenValue

Signed-off-by: hhtian

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12268 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
hhtian 2011-09-02 13:30:38 +00:00
parent b25e4aebc4
commit 6bea33367b
1 changed files with 1 additions and 1 deletions

View File

@ -735,7 +735,7 @@
## The PCD is used to specify the stack size when capsule IA32 PEI transfers to long mode in PEI phase. ## The PCD is used to specify the stack size when capsule IA32 PEI transfers to long mode in PEI phase.
# The default size 32K. When changing the value of this PCD, the platform developer should # The default size 32K. When changing the value of this PCD, the platform developer should
# make sure the memory size is large enough to meet capsule PEI requiremnt in capsule update path. # make sure the memory size is large enough to meet capsule PEI requiremnt in capsule update path.
gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize|0x8000|UINT32|0x0001005C gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize|0x8000|UINT32|0x0001005D
[PcdsPatchableInModule] [PcdsPatchableInModule]
## Specify memory size with page number for PEI code when ## Specify memory size with page number for PEI code when