diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-02-01 21:11:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-02-01 21:11:02 +0000 |
commit | 746fdb8f6dca2e9dac8a714e8c1c4e598b67353f (patch) | |
tree | b98cd969e5d3ccfaa2bdd5f1ef71fa7d74e9af49 /target/linux/au1000/patches-2.6.32/001-mtx1_cmdline.patch | |
parent | 25dd23e4e0123bbf2bf57ea9e4ff7cdf68b8035d (diff) | |
download | upstream-746fdb8f6dca2e9dac8a714e8c1c4e598b67353f.tar.gz upstream-746fdb8f6dca2e9dac8a714e8c1c4e598b67353f.tar.bz2 upstream-746fdb8f6dca2e9dac8a714e8c1c4e598b67353f.zip |
add 2.6.32 support
SVN-Revision: 19492
Diffstat (limited to 'target/linux/au1000/patches-2.6.32/001-mtx1_cmdline.patch')
-rw-r--r-- | target/linux/au1000/patches-2.6.32/001-mtx1_cmdline.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/au1000/patches-2.6.32/001-mtx1_cmdline.patch b/target/linux/au1000/patches-2.6.32/001-mtx1_cmdline.patch new file mode 100644 index 0000000000..a45832765c --- /dev/null +++ b/target/linux/au1000/patches-2.6.32/001-mtx1_cmdline.patch @@ -0,0 +1,11 @@ +--- a/arch/mips/alchemy/mtx-1/init.c ++++ b/arch/mips/alchemy/mtx-1/init.c +@@ -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); + + memsize_str = prom_getenv("memsize"); + if (!memsize_str) |