]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changes
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Dec 2011 17:16:03 +0000 (17:16 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 7 Dec 2011 17:16:03 +0000 (17:16 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12828 6f19259b-4bc3-4df7-8a09-765794883524

ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/ArmPlatform.h
ArmPlatformPkg/Sec/Helper.asm

index 1dcb7e10071771c85151b5dc065143a8b48befa5..b568d6fa2ecfa56f97c4161b02a71a5aeca52d90 100644 (file)
@@ -29,7 +29,7 @@
 // Motherboard Peripheral and On-chip peripheral\r
 #define ARM_VE_BOARD_PERIPH_BASE                0x1C010000\r
 \r
-// NOR Flash 1
+// NOR Flash 1\r
 // There is typo in the reference manual for the Base address of NOR Flash 1\r
 #define ARM_VE_SMB_NOR0_BASE                    0x08000000\r
 #define ARM_VE_SMB_NOR0_SZ                      SIZE_64MB\r
index 1649df399adae8f1dbf01f0c9d80858b4dc1b45e..cd9603c7a02370cd613b3ffad8aab42760af8e03 100644 (file)
@@ -64,7 +64,7 @@ copy_cpsr_into_spsr
 // Set the Non Secure Mode\r
 set_non_secure_mode\r
     push    { r1 }\r
-    and        r0, r0, #0x1f     // Keep only the mode bits\r
+    and     r0, r0, #0x1f     // Keep only the mode bits\r
     mrs     r1, spsr          // Read the spsr\r
     bic     r1, r1, #0x1f     // Clear all mode bits\r
     orr            r1, r1, r0\r