Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e082f188 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

MIPS: Sibyte: Honor CONFIG_CMDLINE



Original patch by Imre Kaloz <kaloz@openwrt.org>.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent e36b80b6
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -288,13 +288,7 @@ void __init prom_init(void)
	 */
	cfe_cons_handle = cfe_getstdhandle(CFE_STDHANDLE_CONSOLE);
	if (cfe_getenv("LINUX_CMDLINE", arcs_cmdline, CL_SIZE) < 0) {
		if (argc < 0) {
			/*
			 * It's OK for direct boot to not provide a
			 *  command line
			 */
			strcpy(arcs_cmdline, "root=/dev/ram0 ");
		} else {
		if (argc >= 0) {
			/* The loader should have set the command line */
			/* too early for panic to do any good */
			printk("LINUX_CMDLINE not defined in cfe.");