lantiq: etop enable gbit port0
[openwrt/svn-archive/archive.git] / target / linux / lantiq / patches-3.8 / 0035-owrt-generic-dtb-image-hack.patch
1 From d9e7323db95818a92fc38e47e386ffb1a6fead5d Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Wed, 13 Mar 2013 09:34:03 +0100
4 Subject: [PATCH 35/40] 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