lantiq: add v3.10 patches
[openwrt.git] / target / linux / lantiq / patches-3.10 / 0102-generic-dtb-image-hack.patch
1 From e98005f02af333e0bf905a1e53caef009a37fc55 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Sun, 14 Jul 2013 22:26:43 +0200
4 Subject: [PATCH 22/22] owrt: generic dtb image hack
5
6 ---
7  arch/mips/kernel/head.S |    3 +++
8  1 file changed, 3 insertions(+)
9
10 --- a/arch/mips/kernel/head.S
11 +++ b/arch/mips/kernel/head.S
12 @@ -146,6 +146,9 @@ EXPORT(__image_cmdline)
13         .fill   0x400
14  #endif /* CONFIG_IMAGE_CMDLINE_HACK */
15  
16 +       .ascii  "OWRTDTB:"
17 +       EXPORT(__image_dtb)
18 +       .fill   0x4000
19         __REF
20  
21  NESTED(kernel_entry, 16, sp)                   # kernel entry point