aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flash.h
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2006-11-21 15:09:05 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2006-11-21 15:09:05 +0000
commit9e2019200f2316d5997e7593e7f4bae08c560541 (patch)
tree4c31938d196b553eb5ef96fad0ca7bd2b5171854 /util/flashrom/flash.h
parent71d310fa9ef9848e4ba9a4714138ff8b3c9bee07 (diff)
Rename SM_ID to SYNCMOS_ID (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2502 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/flash.h')
-rw-r--r--util/flashrom/flash.h2
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 */