X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Fvectors.S;h=49238ed21ed83766fe207c1060cef4e5b2d4257d;hb=e5322df4e7dda98f70da78cc49bc13db93b89c91;hp=843b18f9203d89af06146a2c872e9e917842cbef;hpb=58f9e1ae6391a1fbb7ca024ae45e288aabb88807;p=u-boot diff --git a/arch/arm/lib/vectors.S b/arch/arm/lib/vectors.S index 843b18f920..49238ed21e 100644 --- a/arch/arm/lib/vectors.S +++ b/arch/arm/lib/vectors.S @@ -33,7 +33,7 @@ ************************************************************************* */ - .section ".vectors", "x" + .section ".vectors", "ax" /* ************************************************************************* @@ -45,11 +45,12 @@ ************************************************************************* */ +_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