Browse Source

[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>
Mark A. Greer 18 years ago
parent
commit
bb807e69c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/boot/dts/prpmc2800.dts

+ 1 - 1
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";
 	};
 };