summaryrefslogtreecommitdiffstats
path: root/target/linux/sibyte/patches/000-honuor_config_cmdline.patch
blob: b2af916442fb6ea75f2f3662e7c9d9156ffc09c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/arch/mips/sibyte/cfe/setup.c
+++ b/arch/mips/sibyte/cfe/setup.c
@@ -293,7 +293,11 @@ void __init prom_init(void)
 			 * It's OK for direct boot to not provide a
 			 *  command line
 			 */
+#ifdef CONFIG_CMDLINE
+			strlcpy(arcs_cmdline, CONFIG_CMDLINE, COMMAND_LINE_SIZE);
+#else
 			strcpy(arcs_cmdline, "root=/dev/ram0 ");
+#endif
 		} else {
 			/* The loader should have set the command line */
 			/* too early for panic to do any good */