firewall: update to git head
[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 --- a/arch/mips/kernel/head.S
11 +++ b/arch/mips/kernel/head.S
12 @@ -147,6 +147,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