[lantiq] add OWRTDTB marker patch
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.6 / 0200-MIPS-dtb-image-hack.patch
1 From 5dd6dd9cddc0327b638d15f8c4f489fee6257fb0 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Fri, 2 Nov 2012 15:40:08 +0100
4 Subject: [PATCH 200/201] MIPS: dtb image hack
5
6 ---
7 arch/mips/kernel/head.S | 3 +++
8 1 file changed, 3 insertions(+)
9
10 diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S
11 index ea695d9..be87456 100644
12 --- a/arch/mips/kernel/head.S
13 +++ b/arch/mips/kernel/head.S
14 @@ -141,6 +141,9 @@ FEXPORT(__kernel_entry)
15 j kernel_entry
16 #endif
17
18 + .ascii "OWRTDTB:"
19 + EXPORT(__image_dtb)
20 + .fill 0x4000
21 __REF
22
23 NESTED(kernel_entry, 16, sp) # kernel entry point
24 --
25 1.7.10.4
26