From 520032b848bc3baabe388bd99b870dca1be585df Mon Sep 17 00:00:00 2001 From: isiora Date: Wed, 22 Nov 2017 09:58:51 +0000 Subject: Fixed mrc->mcr git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11057 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARMCAx-TZ/devices/SAMA5D2/boot.S | 4 ++-- 1 file 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__) */ -- cgit v1.2.3