Fixed mrc->mcr

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11057 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
isiora 2017-11-22 09:58:51 +00:00
parent 55b6ed9bff
commit 520032b848
1 changed files with 2 additions and 2 deletions

View File

@ -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__) */