oxnas: unify MTD partition names

Use 'u-boot' and 'u-boot-env' like the majority of OpenWrt targets
does...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle 2019-03-01 01:55:16 +01:00
parent b2bf3745ff
commit 858aebc0ef
4 changed files with 13 additions and 8 deletions

View File

@ -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>;
};

View File

@ -93,13 +93,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>;
};

View File

@ -144,11 +144,16 @@
};
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>;

View File

@ -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>;
+ };
+