aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/startup/ARMCAx-TZ
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/startup/ARMCAx-TZ')
-rw-r--r--os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S
index 2b089a582..0ba357a0e 100644
--- a/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S
+++ b/os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S
@@ -15,7 +15,7 @@
*/
/**
- * @file SAMA5D2/boot_tz.S
+ * @file SAMA5D2/boot.S
* @brief SAMA5D2 boot-related code managing the trusted zone.
*
* @addtogroup SAMA5D2_BOOT
@@ -89,7 +89,7 @@ Boot_Handler:
* Configure the intial catching of the interrupts
*/
ldr r0, =SCR_RESET_VAL // IRQ and ABT to monitor in secure mode
- mrc p15, 0, r0, c1, c1, 0
+ mcr p15, 0, r0, c1, c1, 0
b Reset_Handler
#endif /* !defined(__DOXYGEN__) */