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.
 
 
 
 
 
 
freifunkist-firmware/target/linux/au1000/patches/012-mtx1_cmdline.patch

13 lines
462 B

Index: linux-2.6.25.4/arch/mips/au1000/mtx-1/init.c
===================================================================
--- linux-2.6.25.4.orig/arch/mips/au1000/mtx-1/init.c
+++ linux-2.6.25.4/arch/mips/au1000/mtx-1/init.c
@@ -54,7 +54,7 @@ void __init prom_init(void)
prom_argv = (char **) fw_arg1;
prom_envp = (char **) fw_arg2;
- prom_init_cmdline();
+ strcpy(arcs_cmdline, CONFIG_CMDLINE);
memsize_str = prom_getenv("memsize");
if (!memsize_str)