Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179159
b: refs/heads/master
c: 9b54dc5
h: refs/heads/master
i:
  179157: 16b12a1
  179155: edf385f
  179151: c8874ca
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jan 12, 2010
1 parent 8cec55a commit d67ac5e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0622870a641f17f9ea10be82d5a8770d0e16c19b
refs/heads/master: 9b54dc5869c3989077e456c57e51810f0a1bdbcb
4 changes: 0 additions & 4 deletions trunk/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 trunk/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 trunk/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 d67ac5e

Please sign in to comment.