diff options
author | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-02 13:30:38 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-02 13:30:38 +0000 |
commit | 6bea33367b7d074d5a7ac7b3acaa7027377c72f2 (patch) | |
tree | 0d93340748e1a75de3b74ffec0627c684073add8 /MdeModulePkg | |
parent | b25e4aebc4be996ef05905478cb9d9734fb7d605 (diff) | |
download | edk2-platforms-6bea33367b7d074d5a7ac7b3acaa7027377c72f2.tar.xz |
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
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/MdeModulePkg.dec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec index 55626812f2..8837cac700 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -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 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.
- gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize|0x8000|UINT32|0x0001005C
+ gEfiMdeModulePkgTokenSpaceGuid.PcdCapsulePeiLongModeStackSize|0x8000|UINT32|0x0001005D
[PcdsPatchableInModule]
## Specify memory size with page number for PEI code when
|