Skip to content

Commit

Permalink
Blackfin arch: don't assume a specific SPI flash part - take whatever…
Browse files Browse the repository at this point in the history
… you probe

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Nov 18, 2008
1 parent 57a5507 commit 88a8078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf537/boards/stamp.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,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 = "m25p64", */
};

/* SPI flash chip (m25p64) */
Expand Down

0 comments on commit 88a8078

Please sign in to comment.