diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-12-04 14:48:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-12-04 14:48:54 +0000 |
commit | 6cd800ed2f17a913a558147440a1f57b0f20cfe1 (patch) | |
tree | 814f47ecebfab1251051b27d9bf89ba6e8bcb9c8 /target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch | |
parent | 8107050ef90735e84960100f2be7de6b32a18883 (diff) | |
download | upstream-6cd800ed2f17a913a558147440a1f57b0f20cfe1.tar.gz upstream-6cd800ed2f17a913a558147440a1f57b0f20cfe1.tar.bz2 upstream-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.patch | 6 |
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); |