OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 16... Line 16...
16 compatible = "cfi-flash"; 16 compatible = "cfi-flash";
17 reg = <0x1f000000 0x800000>; 17 reg = <0x1f000000 0x800000>;
Line 18... Line 18...
18   18  
19 bank-width = <2>; 19 bank-width = <2>;
-   20 device-width = <2>;
-   21 #address-cells = <1>;
Line 20... Line -...
20 device-width = <2>; -  
21   -  
22 partitions { -  
23 compatible = "fixed-partitions"; -  
24 #address-cells = <1>; -  
25 #size-cells = <1>; 22 #size-cells = <1>;
26   23  
27 partition@0 { 24 partition@0 {
28 label = "u-boot"; 25 label = "u-boot";
29 reg = <0x0 0x30000>; 26 reg = <0x0 0x30000>;
30 read-only; 27 read-only;
31 }; 28 };
32   29  
33 partition@30000 { 30 partition@30000 {
34 label = "u-boot-env"; 31 label = "u-boot-env";
35 reg = <0x30000 0x10000>; 32 reg = <0x30000 0x10000>;
36 read-only; 33 read-only;
37 }; 34 };
38   35  
39 factory: partition@40000 { 36 factory: partition@40000 {
40 label = "factory"; 37 label = "factory";
41 reg = <0x40000 0x10000>; 38 reg = <0x40000 0x10000>;
42 read-only; 39 read-only;
43 }; 40 };
44   41  
45 partition@7f0000 { 42 partition@7f0000 {
46 label = "Data3G"; 43 label = "Data3G";
47 reg = <0x7f0000 0x10000>; 44 reg = <0x7f0000 0x10000>;
48 read-only; 45 read-only;
49 }; 46 };
50   -  
51 partition@50000 { 47  
52 compatible = "denx,uimage"; 48 partition@50000 {
53 label = "firmware"; -  
54 reg = <0x50000 0x680000>; 49 label = "firmware";
55 }; 50 reg = <0x50000 0x680000>;
Line 56... Line 51...
56 }; 51 };
57 }; 52 };