]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/vectors.S
ARM: at91: asm/at91_pmc.h: fix trival register offset
[u-boot] / arch / arm / lib / vectors.S
index 843b18f9203d89af06146a2c872e9e917842cbef..49238ed21ed83766fe207c1060cef4e5b2d4257d 100644 (file)
@@ -33,7 +33,7 @@
  *************************************************************************
  */
 
-       .section ".vectors", "x"
+       .section ".vectors", "ax"
 
 /*
  *************************************************************************
  *************************************************************************
  */
 
+_start:
+
 #ifdef CONFIG_SYS_DV_NOR_BOOT_CFG
        .word   CONFIG_SYS_DV_NOR_BOOT_CFG
 #endif
 
-_start:
        b       reset
        ldr     pc, _undefined_instruction
        ldr     pc, _software_interrupt