blob: 32dc82ffcfc2daafe8b8d895af5ad11a1a5e557d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/arch/arm/mach-kirkwood/sheevaplug-setup.c
+++ b/arch/arm/mach-kirkwood/sheevaplug-setup.c
@@ -34,7 +34,7 @@ static struct mtd_partition sheevaplug_n
.offset = MTDPART_OFS_NXTBLK,
.size = SZ_4M
}, {
- .name = "root",
+ .name = "rootfs",
.offset = MTDPART_OFS_NXTBLK,
.size = MTDPART_SIZ_FULL
},
|