aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-01-21 17:52:22 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-01-21 17:52:22 +0000
commit2a7bdb2ef04b744e08d54e65e2cd76780a71aa34 (patch)
tree7b8643b5144db15c53536abf69dec2a49aa31bef /target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch
parent318102d24a60f6442052508c391aa984c5dbf97c (diff)
downloadmaster-187ad058-2a7bdb2ef04b744e08d54e65e2cd76780a71aa34.tar.gz
master-187ad058-2a7bdb2ef04b744e08d54e65e2cd76780a71aa34.tar.bz2
master-187ad058-2a7bdb2ef04b744e08d54e65e2cd76780a71aa34.zip
[target/generic]: preliminary 2.6.38 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25057 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch')
-rw-r--r--target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch b/target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch
new file mode 100644
index 0000000000..eb330b10b9
--- /dev/null
+++ b/target/linux/generic/patches-2.6.38/021-mips_image_cmdline_hack.patch
@@ -0,0 +1,28 @@
+--- a/arch/mips/Kconfig
++++ b/arch/mips/Kconfig
+@@ -904,6 +904,10 @@ config SYNC_R4K
+ config MIPS_MACHINE
+ def_bool n
+
++config IMAGE_CMDLINE_HACK
++ bool "OpenWrt specific image command line hack"
++ default n
++
+ config NO_IOPORT
+ def_bool n
+
+--- a/arch/mips/kernel/head.S
++++ b/arch/mips/kernel/head.S
+@@ -143,6 +143,12 @@ FEXPORT(__kernel_entry)
+ j kernel_entry
+ #endif
+
++#ifdef CONFIG_IMAGE_CMDLINE_HACK
++ .ascii "CMDLINE:"
++EXPORT(__image_cmdline)
++ .fill 0x400
++#endif /* CONFIG_IMAGE_CMDLINE_HACK */
++
+ __REF
+
+ NESTED(kernel_entry, 16, sp) # kernel entry point