14b8e746ec354637a99390c63dc2603f664a141e
[openwrt-10.03/.git] / target / linux / au1000 / patches / 012-mtx1_cmdline.patch
1 --- linux-2.6.19.2/arch/mips/au1000/mtx-1/init.c.old    2007-04-06 15:01:13.503777992 +0200
2 +++ linux-2.6.19.2/arch/mips/au1000/mtx-1/init.c        2007-04-06 15:01:36.296313000 +0200
3 @@ -59,7 +58,7 @@
4         mips_machgroup = MACH_GROUP_ALCHEMY;
5         mips_machtype = MACH_MTX1;      /* set the platform # */
6  
7 -       prom_init_cmdline();
8 +       strcpy(arcs_cmdline, CONFIG_CMDLINE);
9  
10         memsize_str = prom_getenv("memsize");
11         if (!memsize_str)