mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
sf: probe: Add support for S25FL512S_256K
Add support for Spansion S25FL512S_256K SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
This commit is contained in:
parent
f0be6ded71
commit
af878522b5
@ -77,6 +77,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
|
||||
{"S25FL128S_64K", 0x012018, 0x4d01, 64 * 1024, 256, 0},
|
||||
{"S25FL256S_256K", 0x010219, 0x4d00, 64 * 1024, 512, 0},
|
||||
{"S25FL256S_64K", 0x010219, 0x4d01, 64 * 1024, 512, 0},
|
||||
{"S25FL512S_256K", 0x010220, 0x4d00, 64 * 1024, 1024, 0},
|
||||
{"S25FL512S_64K", 0x010220, 0x4d01, 64 * 1024, 1024, 0},
|
||||
#endif
|
||||
#ifdef CONFIG_SPI_FLASH_STMICRO /* STMICRO */
|
||||
|
Loading…
Reference in New Issue
Block a user