[rdc] also override the default console settings, not all boards set it (e.g: RDC...
[openwrt-10.03/.git] / target / linux / rdc / patches-2.6.24 / 005-cmdline_setup.patch
index 99b54b72a2541867445527bd0185b01f03a9ba58..934d36d67e95b6121a6776e43cec86f5537e88dd 100644 (file)
@@ -4,7 +4,7 @@
                print_memory_map("user");
        }
  
-+      strcat(boot_command_line, " init=/etc/preinit");
++      strcat(boot_command_line, " init=/etc/preinit console=ttyS0,38400");
        strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
        *cmdline_p = command_line;