]> 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 9cb0d2ef3618e99a23431fb472589c3678ce8ffe..d629cb1dc2d2f40dc02c99ae243dd9482de4eb8d 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
 /*
  *  vectors - Generic ARM exception table code
  *
@@ -9,8 +10,6 @@
  *  Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
  *  Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
  *  Copyright (c) 2002 Kyle Harris <kharris@nexus-tech.net>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <config.h>
@@ -134,7 +133,7 @@ not_used:
 irq:
 fiq:
 1:
-       bl      1b                      /* hang and never return */
+       b       1b                      /* hang and never return */
 
 #else  /* !CONFIG_SPL_BUILD */