[Blackfin] arch: Set spi flash partition on bf527 as like bf548.
Signed-off-by: Grace Pan <grace.pan@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
96a87e2f15
commit
d7323696a9
|
@ -463,11 +463,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = {
|
||||||
.offset = 0,
|
.offset = 0,
|
||||||
.mask_flags = MTD_CAP_ROM
|
.mask_flags = MTD_CAP_ROM
|
||||||
}, {
|
}, {
|
||||||
.name = "kernel",
|
.name = "linux kernel",
|
||||||
.size = 0xe0000,
|
|
||||||
.offset = MTDPART_OFS_APPEND,
|
|
||||||
}, {
|
|
||||||
.name = "file system",
|
|
||||||
.size = MTDPART_SIZ_FULL,
|
.size = MTDPART_SIZ_FULL,
|
||||||
.offset = MTDPART_OFS_APPEND,
|
.offset = MTDPART_OFS_APPEND,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue