[lantiq] add phy-reset gpio handling to xrx200-net
[openwrt.git] / target / linux / lantiq / patches-3.7 / 0120-owrt-generic-dtb-image-hack.patch
1 From ac676d9516d9d14b98eef3dec05badae1d1a331a 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 120/123] owrt: generic 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