diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-04-24 09:29:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-04-24 09:29:36 +0000 |
commit | dfabd4a57cf2fccfe73bc27e8d6c097ce07f0d05 (patch) | |
tree | a79a1f1d9bee6b44f25d1ab1b98ed2ddc7770cac /target/linux/rdc | |
parent | 36c441b87f5c07a991fd4904d3a3f11187c4512a (diff) | |
download | upstream-dfabd4a57cf2fccfe73bc27e8d6c097ce07f0d05.tar.gz upstream-dfabd4a57cf2fccfe73bc27e8d6c097ce07f0d05.tar.bz2 upstream-dfabd4a57cf2fccfe73bc27e8d6c097ce07f0d05.zip |
also override the default console settings, not all boards set it (e.g: RDC 8610 eval board)
SVN-Revision: 15376
Diffstat (limited to 'target/linux/rdc')
-rw-r--r-- | target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch index 99b54b72a2..934d36d67e 100644 --- a/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch +++ b/target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch @@ -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; |