]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
m68knommu: clean up uClinux boot log output
authorGreg Ungerer <gerg@linux-m68k.org>
Mon, 5 Sep 2016 05:33:50 +0000 (15:33 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 26 Sep 2016 02:02:59 +0000 (12:02 +1000)
During the arch setup phase of kernel boot we print out in the boot banner
that we are uClinux configured. The printk currently contains a bunch of
useless newlines and carriage returns - producing wastefull empty lines.
Remove these.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/kernel/setup_no.c

index 4bde2c1c8289d3cefe18dfa5f5b30bc5663343c0..0329e7dc7d8a88e8a35199f47ecd9eabb190571c 100644 (file)
@@ -104,7 +104,7 @@ void __init setup_arch(char **cmdline_p)
 
        process_uboot_commandline(&command_line[0], sizeof(command_line));
 
-       printk(KERN_INFO "\x0F\r\n\nuClinux/" CPU_NAME "\n");
+       printk(KERN_INFO "uClinux with CPU " CPU_NAME "\n");
 
 #ifdef CONFIG_UCDIMM
        printk(KERN_INFO "uCdimm by Lineo, Inc. <www.lineo.com>\n");