UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRY
Fixes simple typo, no behavioral change. Cc: Maurice Ma <maurice.ma@intel.com> Cc: Guo Dong <guo.dong@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Moritz Fischer <moritzf@google.com> Reviewed-by: Guo Dong <guo.dong@intel.com>
This commit is contained in:
@@ -383,7 +383,7 @@ ParseMemoryInfo (
|
||||
struct cb_memory *rec;
|
||||
struct cb_memory_range *Range;
|
||||
UINTN Index;
|
||||
MEMROY_MAP_ENTRY MemoryMap;
|
||||
MEMORY_MAP_ENTRY MemoryMap;
|
||||
|
||||
//
|
||||
// Get the coreboot memory table
|
||||
|
Reference in New Issue
Block a user