]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
ARM: 9008/1: uncompress: Drop excess whitespace print
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 4 Sep 2020 08:06:49 +0000 (09:06 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 15 Sep 2020 13:35:30 +0000 (14:35 +0100)
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>
arch/arm/boot/compressed/head.S

index 5c9c6fe590cb975d4d2264f31ca672c581f3fe1b..ce9e9e989fc67f33c55af00099ec8e12baea7b90 100644 (file)
@@ -91,7 +91,6 @@
                 */
                .macro dbgkc, begin, end, cbegin, cend
 #ifdef DEBUG
-               kputc   #'\n'
                kputc   #'C'
                kputc   #':'
                kputc   #'0'
                kputc   #'x'
                kphex   \cend, 8        /* End of kernel copy */
                kputc   #'\n'
-               kputc   #'\r'
 #endif
                .endm