Commit d7323696 authored by Grace Pan's avatar Grace Pan Committed by Bryan Wu

[Blackfin] arch: Set spi flash partition on bf527 as like bf548.

Signed-off-by: default avatarGrace Pan <grace.pan@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 96a87e2f
......@@ -463,11 +463,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = {
.offset = 0,
.mask_flags = MTD_CAP_ROM
}, {
.name = "kernel",
.size = 0xe0000,
.offset = MTDPART_OFS_APPEND,
}, {
.name = "file system",
.name = "linux kernel",
.size = MTDPART_SIZ_FULL,
.offset = MTDPART_OFS_APPEND,
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment