diff options
author | Grace Pan <grace.pan@analog.com> | 2008-05-06 23:41:26 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-06 23:41:26 -0400 |
commit | d7323696a910e1c00dc055ecc8c52dfedd9bbb59 (patch) | |
tree | b877a3074f49f6faf691bb8cfb5642b933bb34e9 /arch | |
parent | 96a87e2f158084f237dc7f871cee0ce8b55744f1 (diff) |
[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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 01116b64be3d..8aa49f804228 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -463,11 +463,7 @@ static struct mtd_partition bfin_spi_flash_partitions[] = { | |||
463 | .offset = 0, | 463 | .offset = 0, |
464 | .mask_flags = MTD_CAP_ROM | 464 | .mask_flags = MTD_CAP_ROM |
465 | }, { | 465 | }, { |
466 | .name = "kernel", | 466 | .name = "linux kernel", |
467 | .size = 0xe0000, | ||
468 | .offset = MTDPART_OFS_APPEND, | ||
469 | }, { | ||
470 | .name = "file system", | ||
471 | .size = MTDPART_SIZ_FULL, | 467 | .size = MTDPART_SIZ_FULL, |
472 | .offset = MTDPART_OFS_APPEND, | 468 | .offset = MTDPART_OFS_APPEND, |
473 | } | 469 | } |