X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Farm%2Flib%2Fdebug.S;h=760ba74a3c7c45e3fcea12a6d413a87a3ed31e4e;hb=4608f37918e5d93d6b2b6909b325a5e6fb0a2346;hp=14f7c3b14632e22c02632faeaca9f07adcbc232f;hpb=1cfe9fa012da6c70402b5c2787414fd47fafb65f;p=u-boot diff --git a/arch/arm/lib/debug.S b/arch/arm/lib/debug.S index 14f7c3b146..760ba74a3c 100644 --- a/arch/arm/lib/debug.S +++ b/arch/arm/lib/debug.S @@ -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 */