mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
sf: probe: Add support for EN25S64
Add support for EON EN25S64 SPI flash. Signed-off-by: Priyanka Jain <Priyanka.Jain@freescale.com> Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
364995499c
commit
0ab449beec
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
|
|||
{"EN25Q32B", 0x1c3016, 0x0, 64 * 1024, 64, 0},
|
||||
{"EN25Q64", 0x1c3017, 0x0, 64 * 1024, 128, SECT_4K},
|
||||
{"EN25Q128B", 0x1c3018, 0x0, 64 * 1024, 256, 0},
|
||||
{"EN25S64", 0x1c3817, 0x0, 64 * 1024, 128, 0},
|
||||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_GIGADEVICE /* GIGADEVICE */
|
||||
{"GD25Q64B", 0xc84017, 0x0, 64 * 1024, 128, SECT_4K},
|
||||
|
|
Loading…
Add table
Reference in a new issue