summaryrefslogtreecommitdiffstats
path: root/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-12-04 14:48:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-12-04 14:48:54 +0000
commit6cd800ed2f17a913a558147440a1f57b0f20cfe1 (patch)
tree814f47ecebfab1251051b27d9bf89ba6e8bcb9c8 /target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
parent8107050ef90735e84960100f2be7de6b32a18883 (diff)
downloadmaster-31e0f0ae-6cd800ed2f17a913a558147440a1f57b0f20cfe1.tar.gz
master-31e0f0ae-6cd800ed2f17a913a558147440a1f57b0f20cfe1.tar.bz2
master-31e0f0ae-6cd800ed2f17a913a558147440a1f57b0f20cfe1.zip
refresh patches
SVN-Revision: 13513
Diffstat (limited to 'target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch')
-rw-r--r--target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch b/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
index a41ee6f21d..cace58d2c9 100644
--- a/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
+++ b/target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch
@@ -1,8 +1,8 @@
--- a/arch/mips/au1000/mtx-1/init.c
+++ b/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;
+@@ -49,7 +49,7 @@ void __init prom_init(void)
+ prom_argv = (char **)fw_arg1;
+ prom_envp = (char **)fw_arg2;
- prom_init_cmdline();
+ strcpy(arcs_cmdline, CONFIG_CMDLINE);