1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33: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

@ -79,7 +79,7 @@ extern struct flashchip flashchips[];
#define MSYSTEMS_MD2800 0x30 /* hmm -- both 0x30 */
#define MSYSTEMS_MD2802 0x30 /* hmm -- both 0x30 */
#define SM_ID 0x40 /* SyncMOS ID */
#define SYNCMOS_ID 0x40 /* SyncMOS ID */
#define S29C51001T 0x01 /* SyncMOS S29C51001T/B */
#define S29C51002T 0x02 /* SyncMOS S29C51002T/B */
#define S29C51004T 0x03 /* SyncMOS S29C51004T/B */