diff options
author | John Crispin <john@openwrt.org> | 2015-10-26 09:00:35 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-10-26 09:00:35 +0000 |
commit | 56dcd0fe90bc1b5d3848845d68f6c229a157faaa (patch) | |
tree | 6b333e73c8e8318b026af125d88b2fa6251958df /target/linux/rb532/patches-3.18/001-cmdline_hack.patch | |
parent | ff64ae829399fbd46c1ebc3d6aa34aa098716eca (diff) | |
download | upstream-56dcd0fe90bc1b5d3848845d68f6c229a157faaa.tar.gz upstream-56dcd0fe90bc1b5d3848845d68f6c229a157faaa.tar.bz2 upstream-56dcd0fe90bc1b5d3848845d68f6c229a157faaa.zip |
rb532: prepare switch to 4.1
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 47255
Diffstat (limited to 'target/linux/rb532/patches-3.18/001-cmdline_hack.patch')
-rw-r--r-- | target/linux/rb532/patches-3.18/001-cmdline_hack.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/rb532/patches-3.18/001-cmdline_hack.patch b/target/linux/rb532/patches-3.18/001-cmdline_hack.patch deleted file mode 100644 index a39da9c14a..0000000000 --- a/target/linux/rb532/patches-3.18/001-cmdline_hack.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/arch/mips/rb532/prom.c -+++ b/arch/mips/rb532/prom.c -@@ -67,6 +67,7 @@ static inline unsigned long tag2ul(char - return simple_strtoul(num, 0, 10); - } - -+extern char __image_cmdline[]; - void __init prom_setup_cmdline(void) - { - static char cmd_line[COMMAND_LINE_SIZE] __initdata; -@@ -108,6 +109,9 @@ void __init prom_setup_cmdline(void) - } - *(cp++) = ' '; - -+ strcpy(cp,(__image_cmdline)); -+ cp += strlen(__image_cmdline); -+ - i = strlen(arcs_cmdline); - if (i > 0) { - *(cp++) = ' '; |