|
@@ -21,20 +21,20 @@
|
|
partition@100000 {
|
|
partition@100000 {
|
|
- label = "zImage";
|
|
- label = "zImage";
|
|
- reg = <0x100000 0x300000>;
|
|
- reg = <0x100000 0x300000>;
|
|
|
|
+- };
|
|
|
|
+-
|
|
|
|
+- partition@540000 {
|
|
|
|
+- label = "initrd";
|
|
|
|
+- reg = <0x540000 0x300000>;
|
|
+ label = "second stage u-boot";
|
|
+ label = "second stage u-boot";
|
|
+ reg = <0x100000 0x200000>;
|
|
+ reg = <0x100000 0x200000>;
|
|
};
|
|
};
|
|
|
|
|
|
-- partition@540000 {
|
|
|
|
-- label = "initrd";
|
|
|
|
-- reg = <0x540000 0x300000>;
|
|
|
|
-- };
|
|
|
|
--
|
|
|
|
- partition@980000 {
|
|
- partition@980000 {
|
|
- label = "boot";
|
|
- label = "boot";
|
|
- reg = <0x980000 0x1f400000>;
|
|
- reg = <0x980000 0x1f400000>;
|
|
+ partition@200000 {
|
|
+ partition@200000 {
|
|
-+ label = "root";
|
|
|
|
|
|
++ label = "ubi";
|
|
+ reg = <0x200000 0x1fe00000>;
|
|
+ reg = <0x200000 0x1fe00000>;
|
|
};
|
|
};
|
|
};
|
|
};
|