]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/vectors.S
arm: Do not clear LR on exception in SPL
[u-boot] / arch / arm / lib / vectors.S
index 79afc27e84716f58b8de111de940353385fe72ff..d629cb1dc2d2f40dc02c99ae243dd9482de4eb8d 100644 (file)
@@ -133,7 +133,7 @@ not_used:
 irq:
 fiq:
 1:
-       bl      1b                      /* hang and never return */
+       b       1b                      /* hang and never return */
 
 #else  /* !CONFIG_SPL_BUILD */