]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BeagleBoardPkg/Library/BeagleBoardLib/BeagleBoardHelper.asm
ARM Packages: Replace tabs by spaces for indentation
[mirror_edk2.git] / BeagleBoardPkg / Library / BeagleBoardLib / BeagleBoardHelper.asm
index 39a2a536add8e5bdeb43f7fea6b0cbabb8731482..86906c87bcc1c0196eada337cbdc126f93f72708 100644 (file)
@@ -22,7 +22,7 @@
   EXPORT    ArmPlatformIsPrimaryCore\r
   EXPORT    ArmPlatformGetPrimaryCoreMpId\r
 \r
   EXPORT    ArmPlatformIsPrimaryCore\r
   EXPORT    ArmPlatformGetPrimaryCoreMpId\r
 \r
-  IMPORT       ArmReadMpidr\r
+  IMPORT    ArmReadMpidr\r
 \r
   AREA BeagleBoardHelper, CODE, READONLY\r
 \r
 \r
   AREA BeagleBoardHelper, CODE, READONLY\r
 \r
@@ -32,8 +32,8 @@
 //  );\r
 ArmPlatformIsPrimaryCore FUNCTION\r
   // BeagleBoard has a single core. We must always return 1.\r
 //  );\r
 ArmPlatformIsPrimaryCore FUNCTION\r
   // BeagleBoard has a single core. We must always return 1.\r
-  mov  r0, #1\r
-  bx   lr\r
+  mov   r0, #1\r
+  bx    lr\r
   ENDFUNC\r
 \r
 ArmPlatformPeiBootAction FUNCTION\r
   ENDFUNC\r
 \r
 ArmPlatformPeiBootAction FUNCTION\r
@@ -47,7 +47,7 @@ ArmPlatformPeiBootAction FUNCTION
 ArmPlatformGetPrimaryCoreMpId FUNCTION\r
   // The BeagleBoard is a uniprocessor platform. The MPIDR of primary core is\r
   // always the MPIDR of the calling CPU.\r
 ArmPlatformGetPrimaryCoreMpId FUNCTION\r
   // The BeagleBoard is a uniprocessor platform. The MPIDR of primary core is\r
   // always the MPIDR of the calling CPU.\r
-  b            ArmReadMpidr\r
+  b     ArmReadMpidr\r
   ENDFUNC\r
 \r
   END\r
   ENDFUNC\r
 \r
   END\r