OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 9... Line 9...
9   9  
10 &spi0 { 10 &spi0 {
Line 11... Line 11...
11 status = "okay"; 11 status = "okay";
-   12  
-   13 m25p80: m25p80@0 {
12   14 #address-cells = <1>;
13 m25p80: m25p80@0 { 15 #size-cells = <1>;
14 reg = <0>; 16 reg = <0>;
Line 15... Line -...
15 compatible = "jedec,spi-nor"; -  
16 spi-max-frequency = <10000000>; -  
17   -  
18 partitions { -  
19 compatible = "fixed-partitions"; -  
20 #address-cells = <1>; 17 compatible = "jedec,spi-nor";
21 #size-cells = <1>; 18 spi-max-frequency = <10000000>;
22   19  
23 partition@0 { 20 partition@0 {
24 label = "u-boot"; 21 label = "u-boot";
25 reg = <0x0 0x30000>; 22 reg = <0x0 0x30000>;
26 read-only; 23 read-only;
27 }; 24 };
28   25  
29 partition@30000 { 26 partition@30000 {
30 label = "u-boot-env"; 27 label = "u-boot-env";
31 reg = <0x30000 0x10000>; 28 reg = <0x30000 0x10000>;
32 read-only; 29 read-only;
33 }; 30 };
34   31  
35 factory: partition@40000 { 32 factory: partition@40000 {
36 label = "factory"; 33 label = "factory";
37 reg = <0x40000 0x10000>; 34 reg = <0x40000 0x10000>;
38 read-only; 35 read-only;
39 }; -  
40   36 };
41 partition@50000 { 37  
42 compatible = "denx,uimage"; -  
43 label = "firmware"; 38 partition@50000 {
44 reg = <0x50000 0x7b0000>; 39 label = "firmware";
45 }; 40 reg = <0x50000 0x7b0000>;