|
@@ -23,7 +23,7 @@
|
|
virtual_flash {
|
|
virtual_flash {
|
|
compatible = "mtd-concat";
|
|
compatible = "mtd-concat";
|
|
|
|
|
|
- devices = <&firmware1 &firmware2 &firmware3>;
|
|
|
|
|
|
+ devices = <&fwconcat0 &fwconcat1 &fwconcat2>;
|
|
|
|
|
|
partitions {
|
|
partitions {
|
|
compatible = "fixed-partitions";
|
|
compatible = "fixed-partitions";
|
|
@@ -89,8 +89,8 @@
|
|
read-only;
|
|
read-only;
|
|
};
|
|
};
|
|
|
|
|
|
- firmware2: partition@60000 {
|
|
|
|
- label = "firmware2";
|
|
|
|
|
|
+ fwconcat1: partition@60000 {
|
|
|
|
+ label = "fwconcat1";
|
|
reg = <0x60000 0x170000>;
|
|
reg = <0x60000 0x170000>;
|
|
};
|
|
};
|
|
|
|
|
|
@@ -99,13 +99,13 @@
|
|
reg = <0x1d0000 0x10000>;
|
|
reg = <0x1d0000 0x10000>;
|
|
};
|
|
};
|
|
|
|
|
|
- firmware3: partition@1e0000 {
|
|
|
|
- label = "firmware3";
|
|
|
|
|
|
+ fwconcat2: partition@1e0000 {
|
|
|
|
+ label = "fwconcat2";
|
|
reg = <0x1e0000 0x20000>;
|
|
reg = <0x1e0000 0x20000>;
|
|
};
|
|
};
|
|
|
|
|
|
- firmware1: partition@200000 {
|
|
|
|
- label = "firmware1";
|
|
|
|
|
|
+ fwconcat0: partition@200000 {
|
|
|
|
+ label = "fwconcat0";
|
|
reg = <0x200000 0x600000>;
|
|
reg = <0x200000 0x600000>;
|
|
};
|
|
};
|
|
};
|
|
};
|