Blackfin arch: don't assume a specific SPI flash part - take whatever you probe

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-11-18 17:48:22 +08:00 committed by Bryan Wu
parent 57a55077dd
commit 88a8078b3b

View file

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