瀏覽代碼

[MIPS] Cobalt: Rename "Colo" MTD partition to "firmware".

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 18 年之前
父節點
當前提交
0eb9d788f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/mips/cobalt/mtd.c

+ 1 - 1
arch/mips/cobalt/mtd.c

@@ -24,7 +24,7 @@
 
 static struct mtd_partition cobalt_mtd_partitions[] = {
 	{
-		.name	= "Colo",
+		.name	= "firmware",
 		.offset	= 0x0,
 		.size	= 0x80000,
 	},