Changeset 3397 for trunk/util/flashrom/ichspi.c
- Timestamp:
- 06/29/08 12:57:13 (5 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/ichspi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/ichspi.c
r3395 r3397 582 582 /* program opcodes if not already done */ 583 583 if (curopcodes == NULL) { 584 printf_debug("Programming OPCODES \n");584 printf_debug("Programming OPCODES... "); 585 585 curopcodes = &O_ST_M25P; 586 586 program_opcodes(curopcodes); 587 printf_debug("done\n"); 587 588 } 588 589
