[MIPS] Cobalt: Rename "Colo" MTD partition to "firmware".
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
de7fa296b6
commit
0eb9d788f2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
static struct mtd_partition cobalt_mtd_partitions[] = {
|
static struct mtd_partition cobalt_mtd_partitions[] = {
|
||||||
{
|
{
|
||||||
.name = "Colo",
|
.name = "firmware",
|
||||||
.offset = 0x0,
|
.offset = 0x0,
|
||||||
.size = 0x80000,
|
.size = 0x80000,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue