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

View File

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