1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 06:23:18 +02:00

Rename SM_ID to SYNCMOS_ID

Corresponding to flashrom svn r75 and coreboot v2 svn r2502.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Uwe Hermann
2006-11-21 15:09:05 +00:00
parent 838c7697a1
commit 566820d7f6
2 changed files with 5 additions and 5 deletions

View File

@ -114,13 +114,13 @@ struct flashchip flashchips[] = {
#endif
{"LHF00L04", SHARP_ID, SHARP_LHF00L04, NULL, 1024, 64 * 1024,
probe_lhf00l04, erase_lhf00l04, write_lhf00l04, NULL},
{"S29C51001T", SM_ID, S29C51001T, NULL, 128, 128,
{"S29C51001T", SYNCMOS_ID, S29C51001T, NULL, 128, 128,
probe_jedec, erase_chip_jedec, write_49f002, NULL},
{"S29C51002T", SM_ID, S29C51002T, NULL, 256, 128,
{"S29C51002T", SYNCMOS_ID, S29C51002T, NULL, 256, 128,
probe_jedec, erase_chip_jedec, write_49f002, NULL},
{"S29C51004T", SM_ID, S29C51004T, NULL, 512, 128,
{"S29C51004T", SYNCMOS_ID, S29C51004T, NULL, 512, 128,
probe_jedec, erase_chip_jedec, write_49f002, NULL},
{"S29C31004T", SM_ID, S29C31004T, NULL, 512, 128,
{"S29C31004T", SYNCMOS_ID, S29C31004T, NULL, 512, 128,
probe_jedec, erase_chip_jedec, write_49f002, NULL},
{NULL,}
};