diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2010-01-03 00:47:34 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-01-12 12:19:36 -0500 |
commit | 9b54dc5869c3989077e456c57e51810f0a1bdbcb (patch) | |
tree | cd897db1c1a2d0742dbd047930d399680eec9075 /arch/mips/powertv | |
parent | 0622870a641f17f9ea10be82d5a8770d0e16c19b (diff) |
MIPS: Malta, PowerTV: Remove unnecessary "Linux started"
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/813/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/powertv')
-rw-r--r-- | arch/mips/powertv/init.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/powertv/init.c b/arch/mips/powertv/init.c index de0e46ab0957..0afe227f1d0a 100644 --- a/arch/mips/powertv/init.c +++ b/arch/mips/powertv/init.c | |||
@@ -117,8 +117,6 @@ void __init prom_init(void) | |||
117 | board_nmi_handler_setup = mips_nmi_setup; | 117 | board_nmi_handler_setup = mips_nmi_setup; |
118 | board_ejtag_handler_setup = mips_ejtag_setup; | 118 | board_ejtag_handler_setup = mips_ejtag_setup; |
119 | 119 | ||
120 | pr_info("\nLINUX started...\n"); | ||
121 | |||
122 | if (prom_argc == 1) | 120 | if (prom_argc == 1) |
123 | strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE); | 121 | strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE); |
124 | 122 | ||