summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Core/Dxe/Gcd
diff options
context:
space:
mode:
authorLiming Gao <liming.gao@intel.com>2015-05-19 07:22:14 +0000
committerlgao4 <lgao4@Edk2>2015-05-19 07:22:14 +0000
commitee50ff41a6bdb32bc6fb37f75a856047b97d4df6 (patch)
tree32e4911d681a7f90f57016cf7ed7858db00c6fe0 /MdeModulePkg/Core/Dxe/Gcd
parent0e44e86191db803becf31626addcaf1a866cc8ad (diff)
downloadedk2-ee50ff41a6bdb32bc6fb37f75a856047b97d4df6.tar.gz
edk2-ee50ff41a6bdb32bc6fb37f75a856047b97d4df6.tar.bz2
edk2-ee50ff41a6bdb32bc6fb37f75a856047b97d4df6.zip
MdeModulePkg: Update the short name for persistent memory type.
This change will make DEBUG information be aligned with DEBUG_GCD enabled. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Star Zeng <star.zeng@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17470 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Gcd')
-rw-r--r--MdeModulePkg/Core/Dxe/Gcd/Gcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/Gcd/Gcd.c b/MdeModulePkg/Core/Dxe/Gcd/Gcd.c
index e4138c0e2d..a50fda2466 100644
--- a/MdeModulePkg/Core/Dxe/Gcd/Gcd.c
+++ b/MdeModulePkg/Core/Dxe/Gcd/Gcd.c
@@ -108,7 +108,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *mGcdMemoryTypeNames[] = {
"Reserved ", // EfiGcdMemoryTypeReserved
"SystemMem", // EfiGcdMemoryTypeSystemMemory
"MMIO ", // EfiGcdMemoryTypeMemoryMappedIo
- "PersistentMem",// EfiGcdMemoryTypePersistentMemory
+ "PersisMem", // EfiGcdMemoryTypePersistentMemory
"MoreRelia", // EfiGcdMemoryTypeMoreReliable
"Unknown " // EfiGcdMemoryTypeMaximum
};