[kernel] add a chip_fixup function to the plat_nand driver on 2.6.23 as well (closes...
[openwrt.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)
This page took 0.047088 seconds and 5 git commands to generate.