ar71xx: convert mikrotik routerboard support to UBI
[openwrt/openwrt.git] / target / linux / ar71xx / files / drivers / mtd / nand / rb750_nand.c
index a9b287be10802a79fda558e6d59933025310fafa..0604c5a235952f0419d45400c057204f4af8540c 100644 (file)
@@ -71,7 +71,7 @@ static struct mtd_partition rb750_nand_partitions[] = {
                .offset = (256 * 1024),
                .size   = (4 * 1024 * 1024) - (256 * 1024),
        }, {
-               .name   = "rootfs",
+               .name   = "ubi",
                .offset = MTDPART_OFS_NXTBLK,
                .size   = MTDPART_SIZ_FULL,
        },