mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 04:50:54 +01:00
sf: winbond: Add support for W25Q80BW
Add support for Winbond W25Q80BW SPI flash.
This patch corrected the flash name, nr_blocks and
also commit message header from below patch.
"sf: winbond: add W25Q32"
(sha1: c969abc470)
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
59120ca365
commit
fc2d721992
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
|
|||
},
|
||||
{
|
||||
.id = 0x5014,
|
||||
.nr_blocks = 128,
|
||||
.name = "W25Q80",
|
||||
.nr_blocks = 16,
|
||||
.name = "W25Q80BW",
|
||||
},
|
||||
{
|
||||
.id = 0x6016,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue