diff options
author | Mark A. Greer <mgreer@mvista.com> | 2007-06-07 10:42:28 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-06-25 17:02:12 +1000 |
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 @@ }; chosen { - bootargs = "ip=on console=ttyMM0"; + bootargs = "ip=on"; linux,stdout-path = "/mv64x60@f1000000/mpsc@8000"; }; }; |