commit | 30d9a34dd374987db84c0b80ff5b7dc1eaf9d847 | [log] [tgz] |
---|---|---|
author | Linus Walleij <linus.walleij@linaro.org> | Fri Sep 04 09:06:49 2020 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Tue Sep 15 14:35:30 2020 +0100 |
tree | c9a47eee293dbdf10cbc8dfa8d29686d8a71d5fa | |
parent | 0b0c1dbd500dfe3e43ccfa1c186f44e25ea6b23f [diff] |
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>