mirror of https://github.com/hak5/openwrt.git
Use CONFIG_CMDLINE instead of hardcoded kernel command line
SVN-Revision: 6852lede-17.01
parent
7bdbd73b2a
commit
3f4d0adbed
|
@ -111,7 +111,7 @@ void __init prom_init(void)
|
|||
adm5120_info_init();
|
||||
|
||||
/* init command line, register a default kernel command line */
|
||||
strcpy(&(arcs_cmdline[0]), "console=ttyS0,115200 rootfstype=squashfs,jffs2 init=/etc/preinit");
|
||||
strcpy(&(arcs_cmdline[0]), CONFIG_CMDLINE);
|
||||
|
||||
/* init memory map */
|
||||
prom_meminit();
|
||||
|
|
Loading…
Reference in New Issue