OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9 cfi@1f000000 { 9 cfi@1f000000 {
10 compatible = "cfi-flash"; 10 compatible = "cfi-flash";
11 reg = <0x1f000000 0x800000>; 11 reg = <0x1f000000 0x800000>;
12 bank-width = <2>; 12 bank-width = <2>;
13 device-width = <2>; 13 device-width = <2>;
-   14 #address-cells = <1>;
-   15 #size-cells = <1>;
Line 14... Line -...
14   -  
15 partitions { -  
16 compatible = "fixed-partitions"; -  
17 #address-cells = <1>; -  
18 #size-cells = <1>; -  
19   16  
20 partition@0 { 17 partition@0 {
21 label = "u-boot"; 18 label = "u-boot";
22 reg = <0x0 0x30000>; 19 reg = <0x0 0x30000>;
23 read-only; 20 read-only;
Line 24... Line 21...
24 }; 21 };
25   22  
26 partition@30000 { 23 partition@30000 {
27 label = "u-boot-env"; 24 label = "u-boot-env";
28 reg = <0x30000 0x10000>; 25 reg = <0x30000 0x10000>;
Line 29... Line 26...
29 read-only; 26 read-only;
30 }; 27 };
31   28  
32 factory: partition@40000 { 29 factory: partition@40000 {
33 label = "factory"; 30 label = "factory";
Line 34... Line 31...
34 reg = <0x40000 0x10000>; 31 reg = <0x40000 0x10000>;
35 read-only; -  
36 }; 32 read-only;
37   33 };
38 partition@50000 { -  
39 compatible = "denx,uimage"; 34  
40 label = "firmware"; 35 partition@50000 {
41 reg = <0x50000 0x3c8000>; 36 label = "firmware";