Browse Source

also override the default console settings, not all boards set it (e.g: RDC 8610 eval board)

SVN-Revision: 15376
Florian Fainelli 17 years ago
parent
commit
dfabd4a57c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/rdc/patches-2.6.24/005-cmdline_setup.patch

+ 1 - 1
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;