1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-06 11:25:25 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15376 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-04-24 09:29:36 +00:00
parent c25c2ff025
commit bb8b8ac60f

View File

@ -4,7 +4,7 @@
print_memory_map("user"); 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); strlcpy(command_line, boot_command_line, COMMAND_LINE_SIZE);
*cmdline_p = command_line; *cmdline_p = command_line;