Use CONFIG_CMDLINE instead of hardcoded kernel command line
[openwrt.git] / target / linux / adm5120-2.6 / files / arch / mips / adm5120 / prom.c
index e644fc3..e16ac65 100644 (file)
@@ -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();
This page took 0.037182 seconds and 4 git commands to generate.