summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-07-10 22:37:28 +0000
committerLuka Perkov <luka@openwrt.org>2014-07-10 22:37:28 +0000
commit2bc22025dd6579f00b470fef61a63d35f182792f (patch)
treec78130d9f7ed219ba3e5a4ccc05facd87f6f3fb2 /target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch
parent68e86140090a52b56920b59646516c347b710c74 (diff)
downloadmaster-31e0f0ae-2bc22025dd6579f00b470fef61a63d35f182792f.tar.gz
master-31e0f0ae-2bc22025dd6579f00b470fef61a63d35f182792f.tar.bz2
master-31e0f0ae-2bc22025dd6579f00b470fef61a63d35f182792f.zip
kernel: remove 3.12 support since none of the targets is using it
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 41581
Diffstat (limited to 'target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch')
-rw-r--r--target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch b/target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch
deleted file mode 100644
index 071d1152ef..0000000000
--- a/target/linux/generic/patches-3.12/301-mips_image_cmdline_hack.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/arch/mips/Kconfig
-+++ b/arch/mips/Kconfig
-@@ -957,6 +957,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
-@@ -101,6 +101,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