]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPlatformPkg/Sec/Arm/SecEntryPoint.S
ARM Packages: Replace tabs by spaces for indentation
[mirror_edk2.git] / ArmPlatformPkg / Sec / Arm / SecEntryPoint.S
index 158a08f5e39e45756e703dc1cbd1f59e789c8c15..51b91b965d8b5708d1b4d84d0af24dbcbe9e0e59 100644 (file)
@@ -51,7 +51,7 @@ _IdentifyCpu:
   mov   r9, r0\r
 \r
   // Is it the Primary Core ?\r
-  bl   ASM_PFX(ArmPlatformIsPrimaryCore)\r
+  bl    ASM_PFX(ArmPlatformIsPrimaryCore)\r
   cmp   r0, #1\r
   // Only the primary core initialize the memory (SMC)\r
   beq   _InitMem\r