OpenWrt – Diff between revs 2 and 3

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 3
Line 17... Line 17...
17 }; 17 };
Line 18... Line 18...
18   18  
19 &nand { 19 &nand {
Line 20... Line -...
20 status = "okay"; -  
21   -  
22 partitions { -  
23 compatible = "fixed-partitions"; -  
24 #address-cells = <1>; -  
25 #size-cells = <1>; 20 status = "okay";
26   21  
27 partition@0 { 22 partition@0 {
28 label = "uboot"; 23 label = "uboot";
29 reg = <0x00000 0x80000>; /* 64 KB */ 24 reg = <0x00000 0x80000>; /* 64 KB */
30 }; 25 };
31   26  
32 partition@80000 { 27 partition@80000 {
33 label = "uboot_env"; 28 label = "uboot_env";
34 reg = <0x80000 0x80000>; /* 64 KB */ 29 reg = <0x80000 0x80000>; /* 64 KB */
35 }; 30 };
36   31  
37 partition@100000 { 32 partition@100000 {
38 label = "factory"; 33 label = "factory";
39 reg = <0x100000 0x40000>; 34 reg = <0x100000 0x40000>;
40 }; 35 };
41   36  
42 partition@140000 { 37 partition@140000 {
43 label = "rootfs"; -  
44 reg = <0x140000 0xec0000>; 38 label = "rootfs";
45 }; 39 reg = <0x140000 0xec0000>;
Line 46... Line 40...
46 }; 40 };
47 }; 41 };