|
@@ -83,19 +83,19 @@
|
|
label = "SPL";
|
|
label = "SPL";
|
|
reg = <0 0x100000>;
|
|
reg = <0 0x100000>;
|
|
};
|
|
};
|
|
- partition@0x80000 {
|
|
|
|
|
|
+ partition@80000 {
|
|
label = "U-Boot";
|
|
label = "U-Boot";
|
|
reg = <0x100000 0x180000>;
|
|
reg = <0x100000 0x180000>;
|
|
};
|
|
};
|
|
- partition@0x1c0000 {
|
|
|
|
|
|
+ partition@1c0000 {
|
|
label = "Environment";
|
|
label = "Environment";
|
|
reg = <0x280000 0x100000>;
|
|
reg = <0x280000 0x100000>;
|
|
};
|
|
};
|
|
- partition@0x280000 {
|
|
|
|
|
|
+ partition@280000 {
|
|
label = "Kernel";
|
|
label = "Kernel";
|
|
reg = <0x380000 0x300000>;
|
|
reg = <0x380000 0x300000>;
|
|
};
|
|
};
|
|
- partition@0x780000 {
|
|
|
|
|
|
+ partition@780000 {
|
|
label = "Filesystem";
|
|
label = "Filesystem";
|
|
reg = <0x680000 0x1f980000>;
|
|
reg = <0x680000 0x1f980000>;
|
|
};
|
|
};
|