[au1000] bump to 2.6.25.4, refresh kernel patches
[openwrt-10.03/.git] / target / linux / au1000 / patches / 012-mtx1_cmdline.patch
1 Index: linux-2.6.25.4/arch/mips/au1000/mtx-1/init.c
2 ===================================================================
3 --- linux-2.6.25.4.orig/arch/mips/au1000/mtx-1/init.c
4 +++ linux-2.6.25.4/arch/mips/au1000/mtx-1/init.c
5 @@ -54,7 +54,7 @@ void __init prom_init(void)
6         prom_argv = (char **) fw_arg1;
7         prom_envp = (char **) fw_arg2;
8  
9 -       prom_init_cmdline();
10 +       strcpy(arcs_cmdline, CONFIG_CMDLINE);
11  
12         memsize_str = prom_getenv("memsize");
13         if (!memsize_str)