Changeset 3397

Show
Ignore:
Timestamp:
06/29/08 12:57:13 (3 months ago)
Author:
hailfinger
Message:

Add a debug marker after ICH SPI opcode programming.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@…>
Acked-by: Stefan Reinauer <stepan@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/util/flashrom/ichspi.c

    r3395 r3397  
    582582        /* program opcodes if not already done */ 
    583583        if (curopcodes == NULL) { 
    584                 printf_debug("Programming OPCODES\n"); 
     584                printf_debug("Programming OPCODES... "); 
    585585                curopcodes = &O_ST_M25P; 
    586586                program_opcodes(curopcodes); 
     587                printf_debug("done\n"); 
    587588        } 
    588589