From 1e6c8c47272aa519b57dfb040c4d54ed2938d4f7 Mon Sep 17 00:00:00 2001 From: isiora Date: Tue, 27 Feb 2018 00:21:57 +0000 Subject: Small changes. git-svn-id: https://svn.code.sf.net/p/chibios/svn2/trunk@11578 110e8d01-0319-4d1e-a829-52ad28d1bb01 --- os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'os/common/startup/ARMCAx-TZ') diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S index 82439c1f0..2c1f05cec 100644 --- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S +++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S @@ -55,13 +55,13 @@ Boot_Handler: /* * Do not redirect secure interrupts to AIC */ - ldr r0, =AIC_REDIR_KEY - ldr r1, =SFR_SN1 - ldr r1, [r1] - eor r0, r0, r1 - bic r0, r0, #0x1 - ldr r1, =SFR_AICREDIR - str r0, [r1] + ldr r0, =AIC_REDIR_KEY + ldr r1, =SFR_SN1 + ldr r1, [r1] + eor r0, r0, r1 + bic r0, r0, #0x1 + ldr r1, =SFR_AICREDIR + str r0, [r1] /* * Reset SCTLR Settings */ -- cgit v1.2.3