mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 14:47:46 +01:00
Use CONFIG_CMDLINE instead of hardcoded kernel command line
SVN-Revision: 6852
This commit is contained in:
parent
7bdbd73b2a
commit
3f4d0adbed
@ -111,7 +111,7 @@ void __init prom_init(void)
|
|||||||
adm5120_info_init();
|
adm5120_info_init();
|
||||||
|
|
||||||
/* init command line, register a default kernel command line */
|
/* 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 */
|
/* init memory map */
|
||||||
prom_meminit();
|
prom_meminit();
|
||||||
|
Loading…
Reference in New Issue
Block a user