mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-13 14:06:07 -04:00
sf: stmicro: add support for N25Q064
Add support for Numonyx N25Q064 SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
This commit is contained in:
parent
34765e8853
commit
3981d02e0b
@ -92,6 +92,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
|
|||||||
.nr_sectors = 64,
|
.nr_sectors = 64,
|
||||||
.name = "M25P128",
|
.name = "M25P128",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = 0xba17,
|
||||||
|
.pages_per_sector = 256,
|
||||||
|
.nr_sectors = 128,
|
||||||
|
.name = "N25Q064",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.id = 0xba18,
|
.id = 0xba18,
|
||||||
.pages_per_sector = 256,
|
.pages_per_sector = 256,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user