public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 1/2] Fix GCC build failure.
@ 2017-11-15  8:34 zwei4
  2017-11-15  8:34 ` [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] GPIOs Change zwei4
  0 siblings, 1 reply; 2+ messages in thread
From: zwei4 @ 2017-11-15  8:34 UTC (permalink / raw)
  To: edk2-devel

Contributed-under: TianoCore Contribution Agreement 1.1

Signed-off-by: zwei4 <david.wei@intel.com>
---
 .../BroxtonPlatformPkg/Board/BensonGlacier/BoardInitPostMem/BoardInit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Platform/BroxtonPlatformPkg/Board/BensonGlacier/BoardInitPostMem/BoardInit.c b/Platform/BroxtonPlatformPkg/Board/BensonGlacier/BoardInitPostMem/BoardInit.c
index 324baf9ad..28fc52922 100644
--- a/Platform/BroxtonPlatformPkg/Board/BensonGlacier/BoardInitPostMem/BoardInit.c
+++ b/Platform/BroxtonPlatformPkg/Board/BensonGlacier/BoardInitPostMem/BoardInit.c
@@ -59,7 +59,7 @@ BensonGlacierPostMemInitCallback (
   ZeroMem (&SystemConfiguration, sizeof (SYSTEM_CONFIGURATION));
 
  (*PeiServices)->LocatePpi (
-                    PeiServices,
+                    (CONST EFI_PEI_SERVICES **)PeiServices,
                     &gEfiPeiReadOnlyVariable2PpiGuid,
                     0,
                     NULL,
-- 
2.14.1.windows.1



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

end of thread, other threads:[~2017-11-15  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-15  8:34 [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 1/2] Fix GCC build failure zwei4
2017-11-15  8:34 ` [Patch][edk2-platforms/devel-MinnowBoard3-UDK2017 2/2] GPIOs Change zwei4

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