Support storm Spansion flash variety
Storm devices use more recent Spansion flash, add its description to the table of supported devices. BUG=chrome-os-partner:29871 TEST=the updated firmware boots all the way to depthcharge Change-Id: I81661c01ae679d49918e40d940b8d348f3081f9a Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/205182 Reviewed-by: Stefan Reinauer <reinauer@google.com>
This commit is contained in:
parent
22e0544964
commit
ea7bb1cf65
1 changed files with 8 additions and 0 deletions
|
|
@ -139,6 +139,14 @@ static const struct spansion_spi_flash_params spansion_spi_flash_table[] = {
|
|||
.nr_sectors = 64,
|
||||
.name = "S25FL032P",
|
||||
},
|
||||
{
|
||||
.idcode1 = SPSN_ID_S25FL128P,
|
||||
.idcode2 = SPSN_EXT_ID_S25FLXXS_64KB,
|
||||
.page_size = 256,
|
||||
.pages_per_sector = 256,
|
||||
.nr_sectors = 256,
|
||||
.name = "25FS128S",
|
||||
},
|
||||
};
|
||||
|
||||
static int spansion_write(struct spi_flash *flash,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue