mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 12:48:25 +02:00
b8abb00e2f
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11199 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
462 B
Diff
14 lines
462 B
Diff
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)
|