Skip to content

Commit

Permalink
MIPS: Malta, PowerTV: Remove unnecessary "Linux started"
Browse files Browse the repository at this point in the history
Signed-off-by: Yoichi Yuasa <[email protected]>
Cc: [email protected]
Patchwork: http://patchwork.linux-mips.org/patch/813/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Yoichi Yuasa authored and ralfbaechle committed Jan 12, 2010
1 parent 0622870 commit 9b54dc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions arch/mips/mipssim/sim_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ void __init plat_mem_setup(void)
set_io_port_base(0xbfd00000);

serial_init();

pr_info("Linux started...\n");

}

extern struct plat_smp_ops ssmtc_smp_ops;
Expand All @@ -60,7 +57,6 @@ void __init prom_init(void)
{
set_io_port_base(0xbfd00000);

pr_info("\nLINUX started...\n");
prom_meminit();

#ifdef CONFIG_MIPS_MT_SMP
Expand Down
1 change: 0 additions & 1 deletion arch/mips/mti-malta/malta-init.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@ void __init prom_init(void)
board_nmi_handler_setup = mips_nmi_setup;
board_ejtag_handler_setup = mips_ejtag_setup;

pr_info("\nLINUX started...\n");
prom_init_cmdline();
prom_meminit();
#ifdef CONFIG_SERIAL_8250_CONSOLE
Expand Down
2 changes: 0 additions & 2 deletions arch/mips/powertv/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ void __init prom_init(void)
board_nmi_handler_setup = mips_nmi_setup;
board_ejtag_handler_setup = mips_ejtag_setup;

pr_info("\nLINUX started...\n");

if (prom_argc == 1)
strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE);

Expand Down

0 comments on commit 9b54dc5

Please sign in to comment.