Fix a few typos for s25fl types.

Approved by:	adrian (mentor)
This commit is contained in:
Luiz Otavio O Souza 2013-08-28 14:49:36 +00:00
parent b3cb2c4a93
commit c6905524b4

View File

@ -104,9 +104,9 @@ struct mx25l_flash_ident flash_devices[] = {
{ "mx25ll32", 0xc2, 0x2016, 64 * 1024, 64, FL_NONE },
{ "mx25ll64", 0xc2, 0x2017, 64 * 1024, 128, FL_NONE },
{ "mx25ll128", 0xc2, 0x2018, 64 * 1024, 256, FL_ERASE_4K | FL_ERASE_32K },
{ "s25fl032", 0x01, 0x0215, 64 * 1024, 64, FL_NONE },
{ "s25fl064", 0x01, 0x0216, 64 * 1024, 128, FL_NONE },
{ "s25fl128", 0x01, 0x2018, 64 * 1024, 256, FL_NONE },
{ "s25s1032", 0x01, 0x0215, 64 * 1024, 64, FL_NONE },
{ "s25sl064a", 0x01, 0x0216, 64 * 1024, 128, FL_NONE },
{ "SST25VF032B", 0xbf, 0x254a, 64 * 1024, 64, FL_ERASE_4K | FL_ERASE_32K },
/* Winbond -- w25x "blocks" are 64K, "sectors" are 4KiB */