Skip to content

Commit bb807e6

Browse files
Mark A. Greerpaulusmack
authored andcommitted
[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 <[email protected]> Signed-off-by: Paul Mackerras <[email protected]>
1 parent 542c98c commit bb807e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/boot/dts/prpmc2800.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
};
310310

311311
chosen {
312-
bootargs = "ip=on console=ttyMM0";
312+
bootargs = "ip=on";
313313
linux,stdout-path = "/mv64x60@f1000000/mpsc@8000";
314314
};
315315
};

0 commit comments

Comments
 (0)