]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePeiCore/PrePeiCoreEntryPoint.S
ArmPlatformPkg: Fix initialization of the Global Variable when stack pointer higher...
[mirror_edk2.git] / ArmPlatformPkg / PrePeiCore / PrePeiCoreEntryPoint.S
index 0ec4e0c6e1bfd93c251c3e50f8d1499fc714aee6..0edcee2f14e9dd35022f26aa52b519c3494d2554 100644 (file)
@@ -72,7 +72,7 @@ _SetupPrimaryCoreStack:
 _InitGlobals:\r
   str   r1, [r3], #4\r
   cmp   r3, r2\r
-  blt   _InitGlobals\r
+  bne   _InitGlobals\r
 \r
 _PrepareArguments:\r
   // The PEI Core Entry Point has been computed by GenFV and stored in the second entry of the Reset Vector\r