1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

Use CONFIG_CMDLINE instead of hardcoded kernel command line

SVN-Revision: 6852
This commit is contained in:
Florian Fainelli 2007-04-03 19:54:46 +00:00
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();