mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
oxnas: fix forgotten MTD partition name
Fixes: 858aebc0ef
("oxnas: unify MTD partition names")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
c6caa7a27a
commit
e2fea41ad6
@ -146,13 +146,13 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
partition@40000 {
|
partition@40000 {
|
||||||
label = "uboot";
|
label = "u-boot";
|
||||||
reg = <0x00040000 0x001e0000>;
|
reg = <0x00040000 0x001e0000>;
|
||||||
read-only;
|
read-only;
|
||||||
};
|
};
|
||||||
|
|
||||||
partition@220000 {
|
partition@220000 {
|
||||||
label = "uboot_env";
|
label = "u-boot-env";
|
||||||
reg = <0x00220000 0x00020000>;
|
reg = <0x00220000 0x00020000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user