aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/compressed
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2020-09-04 09:06:49 +0100
committerRussell King <rmk+kernel@armlinux.org.uk>2020-09-15 14:35:30 +0100
commit30d9a34dd374987db84c0b80ff5b7dc1eaf9d847 (patch)
treec9a47eee293dbdf10cbc8dfa8d29686d8a71d5fa /arch/arm/boot/compressed
parentARM: 9006/1: uncompress: Wait for ready and busy in debug prints (diff)
downloadlinux-dev-30d9a34dd374987db84c0b80ff5b7dc1eaf9d847.tar.xz
linux-dev-30d9a34dd374987db84c0b80ff5b7dc1eaf9d847.zip
ARM: 9008/1: uncompress: Drop excess whitespace print
This drops some whitespace from the debug message about where we move the compressed kernel: r after the message is completely surplus since the putc routine will anyway add r after n, and the initial linefeed just assumes that this will always be the first message on the console, which is not certain to be true. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed')
-rw-r--r--arch/arm/boot/compressed/head.S2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S
index 5c9c6fe590cb..ce9e9e989fc6 100644
--- a/arch/arm/boot/compressed/head.S
+++ b/arch/arm/boot/compressed/head.S
@@ -91,7 +91,6 @@
*/
.macro dbgkc, begin, end, cbegin, cend
#ifdef DEBUG
- kputc #'\n'
kputc #'C'
kputc #':'
kputc #'0'
@@ -111,7 +110,6 @@
kputc #'x'
kphex \cend, 8 /* End of kernel copy */
kputc #'\n'
- kputc #'\r'
#endif
.endm