From 7d19cf119af2b7cef089b8906134d018ec4b9628 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 4 Dec 2008 14:48:54 +0000 Subject: [au1000] refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13513 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/au1000/patches-2.6.27/001-mtx1_cmdline.patch') 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); -- cgit v1.2.3