aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/lasat/prom.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/lasat/prom.c')
-rw-r--r--arch/mips/lasat/prom.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/lasat/prom.c b/arch/mips/lasat/prom.c
index 4b80fffcf262..209edcc26f07 100644
--- a/arch/mips/lasat/prom.c
+++ b/arch/mips/lasat/prom.c
@@ -100,8 +100,6 @@ void __init prom_init(void)
100 100
101 lasat_init_board_info(); /* Read info from EEPROM */ 101 lasat_init_board_info(); /* Read info from EEPROM */
102 102
103 mips_machgroup = MACH_GROUP_LASAT;
104
105 /* Get the command line */ 103 /* Get the command line */
106 if (argc > 0) { 104 if (argc > 0) {
107 strncpy(arcs_cmdline, argv[0], CL_SIZE-1); 105 strncpy(arcs_cmdline, argv[0], CL_SIZE-1);