ar71xx: convert mikrotik routerboard support to UBI
[openwrt/staging/chunkeey.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb91x_nand.c
index bfc5d4dca0b3f243cf05d9f68356abff6f73431c..1308e18ba63806691920785299f34039a3ebdcd9 100644 (file)
@@ -78,7 +78,7 @@ static struct mtd_partition rb91x_nand_partitions[] = {
                .offset = (256 * 1024),
                .size   = (4 * 1024 * 1024) - (256 * 1024),
        }, {
-               .name   = "rootfs",
+               .name   = "ubi",
                .offset = MTDPART_OFS_NXTBLK,
                .size   = MTDPART_SIZ_FULL,
        },