Commit 9b54dc58 authored by Yoichi Yuasa's avatar Yoichi Yuasa Committed by Ralf Baechle

MIPS: Malta, PowerTV: Remove unnecessary "Linux started"

Signed-off-by: default avatarYoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/813/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0622870a
...@@ -49,9 +49,6 @@ void __init plat_mem_setup(void) ...@@ -49,9 +49,6 @@ void __init plat_mem_setup(void)
set_io_port_base(0xbfd00000); set_io_port_base(0xbfd00000);
serial_init(); serial_init();
pr_info("Linux started...\n");
} }
extern struct plat_smp_ops ssmtc_smp_ops; extern struct plat_smp_ops ssmtc_smp_ops;
...@@ -60,7 +57,6 @@ void __init prom_init(void) ...@@ -60,7 +57,6 @@ void __init prom_init(void)
{ {
set_io_port_base(0xbfd00000); set_io_port_base(0xbfd00000);
pr_info("\nLINUX started...\n");
prom_meminit(); prom_meminit();
#ifdef CONFIG_MIPS_MT_SMP #ifdef CONFIG_MIPS_MT_SMP
......
...@@ -355,7 +355,6 @@ void __init prom_init(void) ...@@ -355,7 +355,6 @@ void __init prom_init(void)
board_nmi_handler_setup = mips_nmi_setup; board_nmi_handler_setup = mips_nmi_setup;
board_ejtag_handler_setup = mips_ejtag_setup; board_ejtag_handler_setup = mips_ejtag_setup;
pr_info("\nLINUX started...\n");
prom_init_cmdline(); prom_init_cmdline();
prom_meminit(); prom_meminit();
#ifdef CONFIG_SERIAL_8250_CONSOLE #ifdef CONFIG_SERIAL_8250_CONSOLE
......
...@@ -117,8 +117,6 @@ void __init prom_init(void) ...@@ -117,8 +117,6 @@ void __init prom_init(void)
board_nmi_handler_setup = mips_nmi_setup; board_nmi_handler_setup = mips_nmi_setup;
board_ejtag_handler_setup = mips_ejtag_setup; board_ejtag_handler_setup = mips_ejtag_setup;
pr_info("\nLINUX started...\n");
if (prom_argc == 1) if (prom_argc == 1)
strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE); strlcat(arcs_cmdline, prom_argv, COMMAND_LINE_SIZE);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment