]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/PrePi/ModuleEntryPoint.asm
Arm Packages: Fix builds for XCODE32 toolchain
[mirror_edk2.git] / ArmPlatformPkg / PrePi / ModuleEntryPoint.asm
index 5b56e66b9bba3478053c10536301870863969974..e402e2657f4bf4e70baa86da1b301bd34f46c902 100644 (file)
@@ -20,7 +20,7 @@
   \r
   IMPORT  CEntryPoint\r
   IMPORT  ArmReadMpidr\r
-  IMPORT  ArmIsMPCore\r
+  IMPORT  ArmIsMpCore\r
   EXPORT  _ModuleEntryPoint\r
 \r
   PRESERVE8\r
@@ -78,7 +78,7 @@ _SetupStack
 _GetStackBase\r
   // Compute Base of Normal stacks for CPU Cores\r
   // Is it MpCore system\r
-  bl    ArmIsMPCore\r
+  bl    ArmIsMpCore\r
   cmp   r0, #0\r
   // Case it is not an MP Core system. Just setup the primary core\r
   beq   _SetupUnicoreStack\r