summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532/patches/140-cmdline_hack.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-01-11 10:42:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-01-11 10:42:06 +0000
commit918e830718c2216a64d65f7ad58a784a841cd296 (patch)
treeeaa219ff7e8181c8f699a72e0892def830588731 /target/linux/rb532/patches/140-cmdline_hack.patch
parent3d7e6cc2909b520b8a79f52885984fb1103d550b (diff)
downloadmaster-31e0f0ae-918e830718c2216a64d65f7ad58a784a841cd296.tar.gz
master-31e0f0ae-918e830718c2216a64d65f7ad58a784a841cd296.tar.bz2
master-31e0f0ae-918e830718c2216a64d65f7ad58a784a841cd296.zip
Upgrade rb532 to .23, provide generic GPIO API to this board
SVN-Revision: 10171
Diffstat (limited to 'target/linux/rb532/patches/140-cmdline_hack.patch')
-rw-r--r--target/linux/rb532/patches/140-cmdline_hack.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/target/linux/rb532/patches/140-cmdline_hack.patch b/target/linux/rb532/patches/140-cmdline_hack.patch
index 4425af7de4..f97f96eb9b 100644
--- a/target/linux/rb532/patches/140-cmdline_hack.patch
+++ b/target/linux/rb532/patches/140-cmdline_hack.patch
@@ -1,14 +1,14 @@
-Index: linux-2.6.21.1/arch/mips/kernel/head.S
-===================================================================
---- linux-2.6.21.1.orig/arch/mips/kernel/head.S 2007-06-07 01:26:11.862575128 +0200
-+++ linux-2.6.21.1/arch/mips/kernel/head.S 2007-06-07 01:31:06.499783464 +0200
-@@ -133,6 +133,9 @@
+diff -urN linux-2.6.23.12/arch/mips/kernel/head.S linux-2.6.23.12.new/arch/mips/kernel/head.S
+--- linux-2.6.23.12/arch/mips/kernel/head.S 2008-01-11 11:27:08.000000000 +0100
++++ linux-2.6.23.12.new/arch/mips/kernel/head.S 2008-01-11 11:27:35.000000000 +0100
+@@ -132,6 +132,10 @@
+
j kernel_entry
nop
-
++
+EXPORT(_image_cmdline)
-+ .ascii "CMDLINE:"
++ .ascii "CMDLINE:"
+
+ #ifndef CONFIG_NO_EXCEPT_FILL
/*
* Reserved space for exception handlers.
- * Necessary for machines which link their kernels at KSEG0.