aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch')
-rw-r--r--target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch11
1 files changed, 3 insertions, 8 deletions
diff --git a/target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch b/target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch
index fba8bb3ad5..8e20b116ff 100644
--- a/target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch
+++ b/target/linux/lantiq/patches-3.14/0036-owrt-generic-dtb-image-hack.patch
@@ -8,13 +8,11 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
arch/mips/kernel/head.S | 3 +++
1 file changed, 3 insertions(+)
-diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
-index 7b6a5b3..78518b8 100644
--- a/arch/mips/kernel/head.S
+++ b/arch/mips/kernel/head.S
-@@ -101,6 +101,9 @@ FEXPORT(__kernel_entry)
- j kernel_entry
- #endif
+@@ -107,6 +107,9 @@ EXPORT(__image_cmdline)
+ .fill 0x400
+ #endif /* CONFIG_IMAGE_CMDLINE_HACK */
+ .ascii "OWRTDTB:"
+ EXPORT(__image_dtb)
@@ -22,6 +20,3 @@ index 7b6a5b3..78518b8 100644
__REF
NESTED(kernel_entry, 16, sp) # kernel entry point
---
-1.7.10.4
-