MIPS: TXx9: Remove forced serial console setting
It is not always used, even if it is available. Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org> Cc: linux-mips <linux-mips@linux-mips.org> Patchwork: http://patchwork.linux-mips.org/patch/933/ Acked-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
7084338eb8
commit
ab4ba29168
@@ -187,8 +187,6 @@ static void __init rbtx4937_clock_init(void);
|
||||
|
||||
static void __init rbtx4927_mem_setup(void)
|
||||
{
|
||||
char *argptr;
|
||||
|
||||
if (TX4927_REV_PCODE() == 0x4927) {
|
||||
rbtx4927_clock_init();
|
||||
tx4927_setup();
|
||||
@@ -213,11 +211,6 @@ static void __init rbtx4927_mem_setup(void)
|
||||
gpio_direction_output(15, 1);
|
||||
|
||||
tx4927_sio_init(0, 0);
|
||||
#ifdef CONFIG_SERIAL_TXX9_CONSOLE
|
||||
argptr = prom_getcmdline();
|
||||
if (!strstr(argptr, "console="))
|
||||
strcat(argptr, " console=ttyS0,38400");
|
||||
#endif
|
||||
}
|
||||
|
||||
static void __init rbtx4927_clock_init(void)
|
||||
|
Reference in New Issue
Block a user