浏览代码

Delete unnecessary configurations in cortex-r52

Rbb666 1 年之前
父节点
当前提交
01f5e124fd
共有 3 个文件被更改,包括 0 次插入3 次删除
  1. 0 1
      libcpu/arm/cortex-r52/vector_ccs.asm
  2. 0 1
      libcpu/arm/cortex-r52/vector_gcc.S
  3. 0 1
      libcpu/arm/cortex-r52/vector_iar.S

+ 0 - 1
libcpu/arm/cortex-r52/vector_ccs.asm

@@ -29,6 +29,5 @@ resetEntry
         b   vector_dabort
         b   vector_resv
         b   IRQ_Handler
-        ldr pc,[pc,#-0x1b0]
 
 ;-------------------------------------------------------------------------------

+ 0 - 1
libcpu/arm/cortex-r52/vector_gcc.S

@@ -38,4 +38,3 @@ system_vectors:
         b   Reserved_Handler
         b   IRQ_Handler
         b   FIQ_Handler
-        ldr pc,[pc,#-0x1b0]

+ 0 - 1
libcpu/arm/cortex-r52/vector_iar.S

@@ -41,5 +41,4 @@ system_vectors:
         b   Reserved_Handler
         b   IRQ_Handler
         b   FIQ_Handler
-        ldr pc,[pc,#-0x1b0]
   END