aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorisiora <none@example.com>2017-11-22 09:58:51 +0000
committerisiora <none@example.com>2017-11-22 09:58:51 +0000
commit520032b848bc3baabe388bd99b870dca1be585df (patch)
tree3f95b8d4888f3303e6c2c8b01f4fc5628f23e826
parent55b6ed9bfffec5a3f9b9bf2e2f30539cdc4984d0 (diff)
downloadChibiOS-520032b848bc3baabe388bd99b870dca1be585df.tar.gz
ChibiOS-520032b848bc3baabe388bd99b870dca1be585df.tar.bz2
ChibiOS-520032b848bc3baabe388bd99b870dca1be585df.zip
Fixed mrc->mcr
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11057 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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__) */