Use 'u-boot' and 'u-boot-env' like the majority of OpenWrt targets
does...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
};
partition@40000 {
- label = "uboot";
+ label = "u-boot";
reg = <0x00040000 0x00380000>;
read-only;
};
partition@3c0000 {
- label = "uboot_env";
+ label = "u-boot-env";
reg = <0x003c0000 0x00080000>;
};
};
partition@40000 {
- label = "uboot";
+ label = "u-boot";
reg = <0x00040000 0x00380000>;
read-only;
};
partition@3c0000 {
- label = "uboot_env";
+ label = "u-boot-env";
reg = <0x003c0000 0x00080000>;
};
};
partition@40000 {
- label = "u-boot";
- reg = <0x00040000 0x00200000>;
+ label = "uboot";
+ reg = <0x00040000 0x001e0000>;
read-only;
};
+ partition@220000 {
+ label = "uboot_env";
+ reg = <0x00220000 0x00020000>;
+ };
+
partition@240000 {
label = "initrd";
reg = <0x00240000 0x00600000>;
};
+ partition@40000 {
-+ label = "uboot";
++ label = "u-boot";
+ reg = <0x00040000 0x00380000>;
+ read-only;
+ };
+
+ partition@3c0000 {
-+ label = "uboot_env";
++ label = "u-boot-env";
+ reg = <0x003c0000 0x00080000>;
+ };
+