From 6cd800ed2f17a913a558147440a1f57b0f20cfe1 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Thu, 4 Dec 2008 14:48:54 +0000 Subject: refresh patches SVN-Revision: 13513 --- 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