mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 14:40:41 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue