OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 16... Line 16...
16 cfi@1f000000 { 16 cfi@1f000000 {
17 compatible = "cfi-flash"; 17 compatible = "cfi-flash";
18 reg = <0x1f000000 0x800000>; 18 reg = <0x1f000000 0x800000>;
19 bank-width = <2>; 19 bank-width = <2>;
20 device-width = <2>; 20 device-width = <2>;
-   21 #address-cells = <1>;
-   22 #size-cells = <1>;
Line 21... Line -...
21   -  
22 partitions { -  
23 compatible = "fixed-partitions"; -  
24 #address-cells = <1>; -  
25 #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;
Line 31... Line 28...
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>;
Line 36... Line 33...
36 read-only; 33 read-only;
37 }; 34 };
38   35  
39 factory: partition@40000 { 36 factory: partition@40000 {
40 label = "factory"; 37 label = "factory";
Line 41... Line 38...
41 reg = <0x40000 0x10000>; 38 reg = <0x40000 0x10000>;
42 read-only; -  
43 }; 39 read-only;
44   40 };
45 partition@50000 { -  
46 compatible = "denx,uimage"; 41  
47 label = "firmware"; 42 partition@50000 {
Line 48... Line 43...
48 reg = <0x50000 0x7b0000>; 43 label = "firmware";
49 }; 44 reg = <0x50000 0x7b0000>;