diff options
author | Anthony Felice <tony.felice@timesys.com> | 2013-11-07 11:57:41 -0500 |
---|---|---|
committer | roshni.shah <roshni.shah@timesys.com> | 2014-01-04 19:33:24 -0500 |
commit | 7f5ba73d69398861062011017d00b462bf5f38c8 (patch) | |
tree | 175e57bf41ec321500f75c90b632d40a3aa26cfc /arch | |
parent | faa70aaf151d80cd438ce497eadf8d1ce3a3894b (diff) |
Fix FAST_READ for QSPI nor flash support.
This patch was submitted by Roshni Shah <roshni.shah@timesys.com>
for ticket #52067
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-mvf/board-twr-vf700.c | 4 |
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 |