]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/lib/debug.S
Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / arch / arm / lib / debug.S
index 14f7c3b14632e22c02632faeaca9f07adcbc232f..760ba74a3c7c45e3fcea12a6d413a87a3ed31e4e 100644 (file)
@@ -3,9 +3,7 @@
  *
  *  Copyright (C) 1994-1999 Russell King
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * SPDX-License-Identifier:    GPL-2.0+
  *
  *  32-bit debugging code
  */
@@ -35,7 +33,7 @@
 
 #else /* !CONFIG_MMU */
                .macro  addruart_current, rx, tmp1, tmp2
-               addruart        \rx, \tmp1
+               addruart        \rx, \tmp1, \tmp2
                .endm
 
 #endif /* CONFIG_MMU */