diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-02-02 04:40:04 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 06:53:22 -0500 |
commit | ab4ba291683d07038c7ddf1eec191d3d09e1f468 (patch) | |
tree | 267b4cefdfe33510ffe9eb8ea15de8ef71bc089d /arch/mips/txx9/generic | |
parent | 7084338eb8eb0cc021ba86c340157bad397f3f0b (diff) |
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>
Diffstat (limited to 'arch/mips/txx9/generic')
-rw-r--r-- | arch/mips/txx9/generic/setup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index e27809b6d04f..7174d830dd05 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c | |||
@@ -399,11 +399,6 @@ const char *get_system_type(void) | |||
399 | return txx9_system_type; | 399 | return txx9_system_type; |
400 | } | 400 | } |
401 | 401 | ||
402 | char * __init prom_getcmdline(void) | ||
403 | { | ||
404 | return &(arcs_cmdline[0]); | ||
405 | } | ||
406 | |||
407 | const char *__init prom_getenv(const char *name) | 402 | const char *__init prom_getenv(const char *name) |
408 | { | 403 | { |
409 | const s32 *str; | 404 | const s32 *str; |