memories: add support for SST25VF040B

this is what we used in the v0.9 and v1.0 prototype builds of simtrace
This commit is contained in:
Harald Welte 2011-07-24 11:00:40 +02:00
parent 7268260e10
commit b9bcac8c5d
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ static const At26Desc at26Devices[] = {
{"MX25L3205" , 0x001620C2, 4 * 1024 * 1024, 256, 64 * 1024, AT26_BLOCK_ERASE_64K},
{"MX25L6405" , 0x001720C2, 8 * 1024 * 1024, 256, 64 * 1024, AT26_BLOCK_ERASE_64K},
// Other
{"SST25VF040B", 0x008D25BF, 4 * 1024 * 1024, 256, 32 * 1024, AT26_BLOCK_ERASE_32K},
{"SST25VF512" , 0x000048BF, 64 * 1024, 256, 32 * 1024, AT26_BLOCK_ERASE_32K}
};