mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 14:36:33 -04:00
sf: stmicro: add support for N25Q128A
Add support for Numonyx N25Q128A SPI flash. Signed-off-by: Michal Simek <monstr@monstr.eu> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
6ad6c6dc1e
commit
d945ce9704
@ -98,6 +98,12 @@ static const struct stmicro_spi_flash_params stmicro_spi_flash_table[] = {
|
|||||||
.nr_sectors = 256,
|
.nr_sectors = 256,
|
||||||
.name = "N25Q128",
|
.name = "N25Q128",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.id = 0xbb18,
|
||||||
|
.pages_per_sector = 256,
|
||||||
|
.nr_sectors = 256,
|
||||||
|
.name = "N25Q128A",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.id = 0xba19,
|
.id = 0xba19,
|
||||||
.pages_per_sector = 256,
|
.pages_per_sector = 256,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user