summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvf/board-twr-vf700.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mvf/board-twr-vf700.c')
-rw-r--r--arch/arm/mach-mvf/board-twr-vf700.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-mvf/board-twr-vf700.c b/arch/arm/mach-mvf/board-twr-vf700.c
index becf814e3a11..5e5fec968711 100644
--- a/arch/arm/mach-mvf/board-twr-vf700.c
+++ b/arch/arm/mach-mvf/board-twr-vf700.c
@@ -322,7 +322,7 @@ static struct spi_mvf_chip at26df081a_chip_info = {
static struct mtd_partition s25fl256s_partitions[] = {
{
- .name = "s25fl256s",
+ .name = "Flash_JFFS2",
.size = (1024 * 64 * 256),
.offset = 0x00000000,
.mask_flags = 0,
@@ -333,7 +333,7 @@ static struct flash_platform_data s25fl256s_spi_flash_data = {
.name = "Spansion s25fl128s SPI Flash chip",
.parts = s25fl256s_partitions,
.nr_parts = ARRAY_SIZE(s25fl256s_partitions),
- .type = "s25fl128s",
+ .type = "s25fl128s1",
};
#endif