Hi Geert, On 09/09/16 16:21, Geert Uytterhoeven wrote: > On Fri, Sep 9, 2016 at 3:10 AM, Greg Ungerer <[email protected]> wrote: >> --- a/arch/m68k/kernel/setup_no.c >> +++ b/arch/m68k/kernel/setup_no.c >> @@ -106,7 +106,7 @@ void __init setup_arch(char **cmdline_p) >> process_uboot_commandline(&command_line[0], sizeof(command_line)); >> #endif /* CONFIG_UBOOT */ >> >> - printk(KERN_INFO "\x0F\r\n\nuClinux/" CPU_NAME "\n"); >> + printk(KERN_INFO "uClinux with CPU " CPU_NAME "\n"); > > pr_info() while you're at it?
If I do that I think I need to do the 12 printk's that follow that as well :-) Perhaps I should do that as a separate patch. Thanks Greg -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
