aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-06-29 16:33:18 +0000
committerJohn Crispin <john@openwrt.org>2013-06-29 16:33:18 +0000
commitaff84655f5ab9bc38a7c5b0755ea0f209fa64fe9 (patch)
tree19b2f80a1b9058164b6556f349680d2d985691bc /target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch
parent2d506f46fb68d5290d4cfc4ebb43edeabe1595d6 (diff)
downloadupstream-aff84655f5ab9bc38a7c5b0755ea0f209fa64fe9.tar.gz
upstream-aff84655f5ab9bc38a7c5b0755ea0f209fa64fe9.tar.bz2
upstream-aff84655f5ab9bc38a7c5b0755ea0f209fa64fe9.zip
lantiq: remove 3.7 kernel patches
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37084
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch')
-rw-r--r--target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch b/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch
deleted file mode 100644
index 5a005729fe..0000000000
--- a/target/linux/lantiq/patches-3.7/0120-owrt-generic-dtb-image-hack.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From ac676d9516d9d14b98eef3dec05badae1d1a331a Mon Sep 17 00:00:00 2001
-From: John Crispin <blogic@openwrt.org>
-Date: Fri, 2 Nov 2012 15:40:08 +0100
-Subject: [PATCH 120/123] owrt: generic dtb image hack
-
----
- arch/mips/kernel/head.S | 3 +++
- 1 file changed, 3 insertions(+)
-
---- a/arch/mips/kernel/head.S
-+++ b/arch/mips/kernel/head.S
-@@ -147,6 +147,9 @@ EXPORT(__image_cmdline)
- .fill 0x400
- #endif /* CONFIG_IMAGE_CMDLINE_HACK */
-
-+ .ascii "OWRTDTB:"
-+ EXPORT(__image_dtb)
-+ .fill 0x4000
- __REF
-
- NESTED(kernel_entry, 16, sp) # kernel entry point