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:
Yoichi Yuasa
2010-02-02 18:40:04 +09:00
committed by Ralf Baechle
parent 7084338eb8
commit ab4ba29168
5 changed files with 0 additions and 26 deletions

View File

@@ -399,11 +399,6 @@ const char *get_system_type(void)
return txx9_system_type;
}
char * __init prom_getcmdline(void)
{
return &(arcs_cmdline[0]);
}
const char *__init prom_getenv(const char *name)
{
const s32 *str;