OpenWrt – Blame information for rev 2
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts |
2 | +++ b/arch/arm/boot/dts/ox820-cloudengines-pogoplug-series-3.dts |
||
3 | @@ -74,11 +74,27 @@ |
||
4 | nand-ecc-algo = "hamming"; |
||
5 | |||
6 | partition@0 { |
||
7 | - label = "boot"; |
||
8 | - reg = <0x00000000 0x00e00000>; |
||
9 | + label = "stage1"; |
||
10 | + reg = <0x00000000 0x00040000>; |
||
11 | read-only; |
||
12 | }; |
||
13 | |||
14 | + partition@40000 { |
||
15 | + label = "u-boot"; |
||
16 | + reg = <0x00040000 0x00380000>; |
||
17 | + read-only; |
||
18 | + }; |
||
19 | + |
||
20 | + partition@3c0000 { |
||
21 | + label = "u-boot-env"; |
||
22 | + reg = <0x003c0000 0x00080000>; |
||
23 | + }; |
||
24 | + |
||
25 | + partition@440000 { |
||
26 | + label = "kernel"; |
||
27 | + reg = <0x00440000 0x009c0000>; |
||
28 | + }; |
||
29 | + |
||
30 | partition@e00000 { |
||
31 | label = "ubi"; |
||
32 | reg = <0x00e00000 0x07200000>; |