You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
412 B
12 lines
412 B
18 years ago
|
--- linux-2.6.19.2/arch/mips/au1000/mtx-1/init.c.old 2007-04-06 15:01:13.503777992 +0200
|
||
|
+++ linux-2.6.19.2/arch/mips/au1000/mtx-1/init.c 2007-04-06 15:01:36.296313000 +0200
|
||
|
@@ -59,7 +58,7 @@
|
||
|
mips_machgroup = MACH_GROUP_ALCHEMY;
|
||
|
mips_machtype = MACH_MTX1; /* set the platform # */
|
||
|
|
||
|
- prom_init_cmdline();
|
||
|
+ strcpy(arcs_cmdline, CONFIG_CMDLINE);
|
||
|
|
||
|
memsize_str = prom_getenv("memsize");
|
||
|
if (!memsize_str)
|