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:
parent
fc2d721992
commit
ea7fcc5aeb
@ -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",
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user