]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/MainUniCore.c
CorebootModulePkg/CbSupportDxe: Text only support
[mirror_edk2.git] / ArmPlatformPkg / PrePi / MainUniCore.c
index e56697ca5088be6b164b83e2b0f083033c82539b..11b9f462bb4818e038d38a073203d3e3c1365220 100644 (file)
@@ -18,11 +18,10 @@ VOID
 PrimaryMain (\r
   IN  UINTN                     UefiMemoryBase,\r
   IN  UINTN                     StacksBase,\r
-  IN  UINTN                     GlobalVariableBase,\r
   IN  UINT64                    StartTimeStamp\r
   )\r
 {\r
-  PrePiMain (UefiMemoryBase, StacksBase, GlobalVariableBase, StartTimeStamp);\r
+  PrePiMain (UefiMemoryBase, StacksBase, StartTimeStamp);\r
 \r
   // We must never return\r
   ASSERT(FALSE);\r