mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08: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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user