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:
2
flash.h
2
flash.h
@ -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 */
|
||||
|
Reference in New Issue
Block a user