Use 'u-boot' and 'u-boot-env' like the majority of OpenWrt targets does... Signed-off-by: Daniel Golle <[email protected]>
@@ -80,13 +80,13 @@
};
partition@40000 {
- label = "uboot";
+ label = "u-boot";
reg = <0x00040000 0x00380000>;
read-only;
partition@3c0000 {
- label = "uboot_env";
+ label = "u-boot-env";
reg = <0x003c0000 0x00080000>;
@@ -93,13 +93,13 @@
@@ -144,11 +144,16 @@
- label = "u-boot";
- reg = <0x00040000 0x00200000>;
+ label = "uboot";
+ reg = <0x00040000 0x001e0000>;
+ partition@220000 {
+ label = "uboot_env";
+ reg = <0x00220000 0x00020000>;
+ };
+
partition@240000 {
label = "initrd";
reg = <0x00240000 0x00600000>;
@@ -12,13 +12,13 @@
+ partition@40000 {
-+ label = "uboot";
++ label = "u-boot";
+ reg = <0x00040000 0x00380000>;
+ read-only;
+ partition@3c0000 {
-+ label = "uboot_env";
++ label = "u-boot-env";
+ reg = <0x003c0000 0x00080000>;