1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02: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:
Daniel Golle 2019-03-01 22:15:43 +01:00
parent c6caa7a27a
commit e2fea41ad6

@ -146,13 +146,13 @@
};
partition@40000 {
label = "uboot";
label = "u-boot";
reg = <0x00040000 0x001e0000>;
read-only;
};
partition@220000 {
label = "uboot_env";
label = "u-boot-env";
reg = <0x00220000 0x00020000>;
};