projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ifxmips] many more code cleanups for checkpatch.pl, most flagged as errors
[openwrt.git]
/
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
a41ee6f
..
cace58d
100644
(file)
--- 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
--- 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);
- prom_init_cmdline();
+ strcpy(arcs_cmdline, CONFIG_CMDLINE);
This page took
0.02245 seconds
and
4
git commands to generate.