aboutsummaryrefslogtreecommitdiff
path: root/util/flashrom/flashchips.c
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/flashchips.c
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/flashchips.c')
-rw-r--r--util/flashrom/flashchips.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/flashrom/flashchips.c b/util/flashrom/flashchips.c
index c1ee4eb647..50152091ad 100644
--- a/util/flashrom/flashchips.c
+++ b/util/flashrom/flashchips.c
@@ -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,}
};