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
|
||||
|
@@ -93,10 +93,10 @@ ParseMemoryInfo (
|
||||
IN VOID *Params
|
||||
)
|
||||
{
|
||||
MEMROY_MAP_INFO *MemoryMapInfo;
|
||||
MEMORY_MAP_INFO *MemoryMapInfo;
|
||||
UINTN Idx;
|
||||
|
||||
MemoryMapInfo = (MEMROY_MAP_INFO *) GetGuidHobDataFromSbl (&gLoaderMemoryMapInfoGuid);
|
||||
MemoryMapInfo = (MEMORY_MAP_INFO *) GetGuidHobDataFromSbl (&gLoaderMemoryMapInfoGuid);
|
||||
if (MemoryMapInfo == NULL) {
|
||||
ASSERT (FALSE);
|
||||
return RETURN_NOT_FOUND;
|
||||
|
Reference in New Issue
Block a user