Commit 57e3e3b9 authored by Pete Popov's avatar Pete Popov Committed by Ralf Baechle
Browse files

When no yamon command line is passed to the kernel, preserve the default


compiled in command line.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 097975fc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ void prom_init_cmdline(void)
	}
	if (cp != &(arcs_cmdline[0])) /* get rid of trailing space */
		--cp;
	if (prom_argc > 1)
		*cp = '\0';

}