also override the default console settings, not all boards set it (e.g: RDC 8610...
[librecmc/librecmc.git] / target / linux / rdc / patches-2.6.24 / 005-cmdline_setup.patch
1 --- a/arch/x86/kernel/setup_32.c
2 +++ b/arch/x86/kernel/setup_32.c
3 @@ -609,6 +609,7 @@ void __init setup_arch(char **cmdline_p)
4                 print_memory_map("user");
5         }
6  
7 +       strcat(boot_command_line, " init=/etc/preinit console=ttyS0,38400");
8         strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
9         *cmdline_p = command_line;
10