oxnas: fix forgotten MTD partition name
authorDaniel Golle <daniel@makrotopia.org>
Fri, 1 Mar 2019 21:15:43 +0000 (22:15 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 1 Mar 2019 21:15:43 +0000 (22:15 +0100)
Fixes: 858aebc0ef ("oxnas: unify MTD partition names")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/oxnas/files/arch/arm/boot/dts/ox820-shuttle-kd20.dts

index 2c7bd16a93e9f094f09ec30e4acc9f6659457971..1984e446b263fdf4e24e8d1513eea7905e43db88 100644 (file)
                };
 
                partition@40000 {
                };
 
                partition@40000 {
-                       label = "uboot";
+                       label = "u-boot";
                        reg = <0x00040000 0x001e0000>;
                        read-only;
                };
 
                partition@220000 {
                        reg = <0x00040000 0x001e0000>;
                        read-only;
                };
 
                partition@220000 {
-                       label = "uboot_env";
+                       label = "u-boot-env";
                        reg = <0x00220000 0x00020000>;
                };
 
                        reg = <0x00220000 0x00020000>;
                };