mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 01:22:20 +00:00
sf: eon: add support for EN25Q32B parts
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
8d1af94220
commit
bd75c63a94
1 changed files with 8 additions and 0 deletions
|
@ -33,6 +33,14 @@ struct eon_spi_flash_params {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct eon_spi_flash_params eon_spi_flash_table[] = {
|
static const struct eon_spi_flash_params eon_spi_flash_table[] = {
|
||||||
|
{
|
||||||
|
.idcode1 = 0x16,
|
||||||
|
.page_size = 256,
|
||||||
|
.pages_per_sector = 16,
|
||||||
|
.sectors_per_block = 16,
|
||||||
|
.nr_sectors = 1024,
|
||||||
|
.name = "EN25Q32B",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.idcode1 = 0x18,
|
.idcode1 = 0x18,
|
||||||
.page_size = 256,
|
.page_size = 256,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue