public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [`edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure for non-universal payload
@ 2021-10-19  6:08 Guo Dong
  2021-10-19  6:14 ` [edk2-devel] " Zhiguang Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Guo Dong @ 2021-10-19  6:08 UTC (permalink / raw)
  To: devel; +Cc: Guo Dong, Ray Ni, Maurice Ma, Benjamin You

From: Guo Dong <guo.dong@intel.com>

Applied an old patch which caused non-universal payload build failed
since that code was added after the old patch.
This patch fixed the build failure.

Signed-off-by: Guo Dong <guo.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Benjamin You <benjamin.you@intel.com>
---
 UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c
index 00db65c2f0..9efe01d094 100644
--- a/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c
+++ b/UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c
@@ -103,7 +103,7 @@ MemInfoCallbackMmio (
 **/
 EFI_STATUS
 FindToludCallback (
-  IN MEMROY_MAP_ENTRY          *MemoryMapEntry,
+  IN MEMORY_MAP_ENTRY          *MemoryMapEntry,
   IN VOID                      *Params
   )
 {
@@ -168,7 +168,7 @@ FindToludCallback (
 **/
 EFI_STATUS
 MemInfoCallback (
-  IN MEMROY_MAP_ENTRY          *MemoryMapEntry,
+  IN MEMORY_MAP_ENTRY          *MemoryMapEntry,
   IN VOID                      *Params
   )
 {
-- 
2.32.0.windows.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-19  6:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-19  6:08 [`edk2-devel][PATCH] UefiPayloadPkg: Fix the build failure for non-universal payload Guo Dong
2021-10-19  6:14 ` [edk2-devel] " Zhiguang Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox