[Blackfin] arch: Fix BUG - spi flash on bf527 ezkit would fail at mount

BF527-EZKit features 16MBit M25P16 flash

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Michael Hennerich 2008-05-07 11:41:26 +08:00 committed by Bryan Wu
parent 72268689cf
commit b9c9e78894
1 changed files with 1 additions and 1 deletions

View File

@ -477,7 +477,7 @@ static struct flash_platform_data bfin_spi_flash_data = {
.name = "m25p80",
.parts = bfin_spi_flash_partitions,
.nr_parts = ARRAY_SIZE(bfin_spi_flash_partitions),
.type = "m25p64",
.type = "m25p16",
};
/* SPI flash chip (m25p64) */