From d4d4157ca8ae7259423f668c060149696f818554 Mon Sep 17 00:00:00 2001 From: isiora Date: Fri, 22 Sep 2017 10:10:11 +0000 Subject: [PATCH] Moved VBAR initialization to boot.S git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10671 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/startup/ARM/compilers/GCC/crt0.S | 5 ----- 1 file changed, 5 deletions(-) diff --git a/os/common/startup/ARM/compilers/GCC/crt0.S b/os/common/startup/ARM/compilers/GCC/crt0.S index 963e4fafb..43cb723ab 100644 --- a/os/common/startup/ARM/compilers/GCC/crt0.S +++ b/os/common/startup/ARM/compilers/GCC/crt0.S @@ -44,11 +44,6 @@ */ .global Reset_Handler Reset_Handler: - /* - * Set secure VBAR to system vectors table - */ - ldr r0, =_start - mcr p15, 0, r0, c12, c0, 0 /* * Stack pointers initialization. */