diff options
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r-- | util/flashrom/flash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/flash.h b/util/flashrom/flash.h index ccb3665129..a4822e8b07 100644 --- a/util/flashrom/flash.h +++ b/util/flashrom/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 */ |