diff options
author | Mark A. Greer <mgreer@mvista.com> | 2007-06-06 20:42:28 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-25 03:02:12 -0400 |
commit | bb807e69c9eec271808cf69d19913d7ee1a51f6f (patch) | |
tree | f5b1eb3e12e890004475167efd2729db0e801686 /arch/powerpc/boot/dts/prpmc2800.dts | |
parent | 542c98c06712fdbbbfe6b9e92a8d0023cf45102a (diff) |
[POWERPC] Remove 'console=' from cmdline on prpmc2800
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>
Diffstat (limited to 'arch/powerpc/boot/dts/prpmc2800.dts')
-rw-r--r-- | arch/powerpc/boot/dts/prpmc2800.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/prpmc2800.dts b/arch/powerpc/boot/dts/prpmc2800.dts index 568965a022b9..699d0df574d5 100644 --- a/arch/powerpc/boot/dts/prpmc2800.dts +++ b/arch/powerpc/boot/dts/prpmc2800.dts | |||
@@ -309,7 +309,7 @@ | |||
309 | }; | 309 | }; |
310 | 310 | ||
311 | chosen { | 311 | chosen { |
312 | bootargs = "ip=on console=ttyMM0"; | 312 | bootargs = "ip=on"; |
313 | linux,stdout-path = "/mv64x60@f1000000/mpsc@8000"; | 313 | linux,stdout-path = "/mv64x60@f1000000/mpsc@8000"; |
314 | }; | 314 | }; |
315 | }; | 315 | }; |