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
This commit is contained in:
@ -108,7 +108,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED CONST CHAR8 *mGcdMemoryTypeNames[] = {
|
|||||||
"Reserved ", // EfiGcdMemoryTypeReserved
|
"Reserved ", // EfiGcdMemoryTypeReserved
|
||||||
"SystemMem", // EfiGcdMemoryTypeSystemMemory
|
"SystemMem", // EfiGcdMemoryTypeSystemMemory
|
||||||
"MMIO ", // EfiGcdMemoryTypeMemoryMappedIo
|
"MMIO ", // EfiGcdMemoryTypeMemoryMappedIo
|
||||||
"PersistentMem",// EfiGcdMemoryTypePersistentMemory
|
"PersisMem", // EfiGcdMemoryTypePersistentMemory
|
||||||
"MoreRelia", // EfiGcdMemoryTypeMoreReliable
|
"MoreRelia", // EfiGcdMemoryTypeMoreReliable
|
||||||
"Unknown " // EfiGcdMemoryTypeMaximum
|
"Unknown " // EfiGcdMemoryTypeMaximum
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user