[rdc] also override the default console settings, not all boards set it (e.g: RDC...
authorFlorian Fainelli <florian@openwrt.org>
Fri, 24 Apr 2009 09:29:36 +0000 (09:29 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 24 Apr 2009 09:29:36 +0000 (09:29 +0000)
SVN-Revision: 15376

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;