Skip to content

Commit

Permalink
[POWERPC] Remove 'console=' from cmdline on prpmc2800
Browse files Browse the repository at this point in the history
Specifying 'console=ttyMM0' on the cmdline for the prmpc2800 is no
longer necessary.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Mark A. Greer authored and Paul Mackerras committed Jun 25, 2007
1 parent 542c98c commit bb807e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/boot/dts/prpmc2800.dts
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@
};

chosen {
bootargs = "ip=on console=ttyMM0";
bootargs = "ip=on";
linux,stdout-path = "/mv64x60@f1000000/mpsc@8000";
};
};

0 comments on commit bb807e6

Please sign in to comment.