Преглед на файлове

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