OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | From 7166207bd1d8c46d09d640d46afc685df9bb9083 Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl> |
||
3 | Date: Thu, 22 Nov 2018 09:21:49 +0100 |
||
4 | Subject: [PATCH] ARM: dts: BCM5301X: Describe partition formats |
||
5 | MIME-Version: 1.0 |
||
6 | Content-Type: text/plain; charset=UTF-8 |
||
7 | Content-Transfer-Encoding: 8bit |
||
8 | |||
9 | It's needed by OpenWrt for custom partitioning. |
||
10 | |||
11 | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> |
||
12 | --- |
||
13 | arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts | 1 + |
||
14 | 1 file changed, 1 insertion(+) |
||
15 | |||
16 | --- a/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts |
||
17 | +++ b/arch/arm/boot/dts/bcm47094-dlink-dir-885l.dts |
||
18 | @@ -34,6 +34,7 @@ |
||
19 | partition@0 { |
||
20 | label = "firmware"; |
||
21 | reg = <0x00000000 0x08000000>; |
||
22 | + compatible = "seama"; |
||
23 | }; |
||
24 | }; |
||
25 | }; |