|
@@ -522,27 +522,27 @@
|
|
|
};
|
|
|
partition@8 {
|
|
|
label = "Primary rootfs";
|
|
|
- reg = <0x01800000 0x03000000>;
|
|
|
+ reg = <0x03000000 0x03000000>;
|
|
|
};
|
|
|
partition@9 {
|
|
|
label = "Secondary rootfs";
|
|
|
- reg = <0x04800000 0x03000000>;
|
|
|
+ reg = <0x06000000 0x03000000>;
|
|
|
};
|
|
|
partition@10 {
|
|
|
label = "Primary user configuration";
|
|
|
- reg = <0x07800000 0x00600000>;
|
|
|
+ reg = <0x09000000 0x00600000>;
|
|
|
};
|
|
|
partition@11 {
|
|
|
label = "Secondary user configuration";
|
|
|
- reg = <0x07E00000 0x00600000>;
|
|
|
+ reg = <0x09600000 0x00600000>;
|
|
|
};
|
|
|
partition@12 {
|
|
|
label = "Factory default configuration";
|
|
|
- reg = <0x08400000 0x00600000>;
|
|
|
+ reg = <0x09C00000 0x00600000>;
|
|
|
};
|
|
|
partition@13 {
|
|
|
label = "Storage";
|
|
|
- reg = <0x08A00000 0x77600000>;
|
|
|
+ reg = <0x0A200000 0x75E00000>;
|
|
|
};
|
|
|
};
|
|
|
};
|