[POWERPC] Remove 'console=' from cmdline on prpmc2800
authorMark A. Greer <mgreer@mvista.com>
Thu, 7 Jun 2007 00:42:28 +0000 (10:42 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 25 Jun 2007 07:02:12 +0000 (17:02 +1000)
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>
arch/powerpc/boot/dts/prpmc2800.dts

index 568965a..699d0df 100644 (file)
        };
 
        chosen {
-               bootargs = "ip=on console=ttyMM0";
+               bootargs = "ip=on";
                linux,stdout-path = "/mv64x60@f1000000/mpsc@8000";
        };
 };