From c20d62b5d2cb8e3cd9599e0ee26409e0d60cbe35 Mon Sep 17 00:00:00 2001 From: oliviermartin Date: Wed, 7 Dec 2011 17:16:03 +0000 Subject: ArmPlatformPkg: Coding style changes (tab and line endings) - Minor changes 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 | 2 +- ArmPlatformPkg/Sec/Helper.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/ArmPlatform.h b/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/ArmPlatform.h index 1dcb7e1007..b568d6fa2e 100644 --- a/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/ArmPlatform.h +++ b/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM/ArmPlatform.h @@ -29,7 +29,7 @@ // Motherboard Peripheral and On-chip peripheral #define ARM_VE_BOARD_PERIPH_BASE 0x1C010000 -// NOR Flash 1 +// NOR Flash 1 // There is typo in the reference manual for the Base address of NOR Flash 1 #define ARM_VE_SMB_NOR0_BASE 0x08000000 #define ARM_VE_SMB_NOR0_SZ SIZE_64MB diff --git a/ArmPlatformPkg/Sec/Helper.asm b/ArmPlatformPkg/Sec/Helper.asm index 1649df399a..cd9603c7a0 100644 --- a/ArmPlatformPkg/Sec/Helper.asm +++ b/ArmPlatformPkg/Sec/Helper.asm @@ -64,7 +64,7 @@ copy_cpsr_into_spsr // Set the Non Secure Mode set_non_secure_mode push { r1 } - and r0, r0, #0x1f // Keep only the mode bits + and r0, r0, #0x1f // Keep only the mode bits mrs r1, spsr // Read the spsr bic r1, r1, #0x1f // Clear all mode bits orr r1, r1, r0 -- cgit v1.2.3