mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08: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
@ -33,6 +33,14 @@ struct eon_spi_flash_params {
|
||||
};
|
||||
|
||||
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,
|
||||
.page_size = 256,
|
||||
|
Loading…
Reference in New Issue
Block a user