Even not used by u-boot, this has to be inline with the hw and kernel dts.
U-boot partition table is defined by MTDPARTS_DEFAULT Kconfig.
Signed-off-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitachienergy.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
label = "qe";
reg = <0x20000 0x20000>;
};
- /* ZL30343 init data to be added here */
partition@40000 {
label = "envred";
reg = <0x40000 0x20000>;
reg = <0x100000 0x100000>;
};
partition@200000 {
+ label = "redenvred";
+ reg = <0x200000 0x20000>;
+ };
+ partition@220000 {
+ label = "redenv";
+ reg = <0x220000 0x20000>;
+ };
+ partition@240000 {
+ label = "redu-boot";
+ reg = <0x240000 0x100000>;
+ };
+ partition@340000 {
label = "ubi0";
- reg = <0x200000 0x3E00000>;
+ reg = <0x340000 0x03C00000>;
};
};
};
reg = <0x100000 0x100000>;
};
partition@200000 {
+ label = "redenvred";
+ reg = <0x200000 0x20000>;
+ };
+ partition@220000 {
+ label = "redenv";
+ reg = <0x220000 0x20000>;
+ };
+ partition@240000 {
+ label = "redu-boot";
+ reg = <0x240000 0x100000>;
+ };
+ partition@340000 {
label = "ubi0";
- reg = <0x200000 0x3E00000>;
+ reg = <0x340000 0x03C00000>;
};
};
};