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)
commit150cefbbee2996d9c9c8557d137cef5d974f009f
tree3645eb2baad7aa2f448c69cd6bb2a54ff2d4a065
parentaa5ac789bd96c7a6628a8167de562fa660f1f481
m68knommu: clean up uClinux boot log output

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