diff options
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 | ||