sf: winbond: Correct the nr_blocks used for W25Q32DW

This patch corrected the nr_blocks used for W25Q32DW SPI flash.

nr_blcoks are incorrectly assigned on below patch
"sf: winbond: add W25Q32DW"
(sha1: 772ba15474)

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
Jagannadha Sutradharudu Teki 2013-05-25 02:13:41 +05:30
parent fc2d721992
commit ea7fcc5aeb

View File

@ -89,7 +89,7 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
},
{
.id = 0x6016,
.nr_blocks = 512,
.nr_blocks = 64,
.name = "W25Q32DW",
},
{