Author: hailfinger Date: 2008-06-29 12:57:13 +0200 (Sun, 29 Jun 2008) New Revision: 3397
Modified: trunk/util/flashrom/ichspi.c Log: Add a debug marker after ICH SPI opcode programming.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/util/flashrom/ichspi.c =================================================================== --- trunk/util/flashrom/ichspi.c 2008-06-29 06:41:12 UTC (rev 3396) +++ trunk/util/flashrom/ichspi.c 2008-06-29 10:57:13 UTC (rev 3397) @@ -581,9 +581,10 @@
/* program opcodes if not already done */ if (curopcodes == NULL) { - printf_debug("Programming OPCODES\n"); + printf_debug("Programming OPCODES... "); curopcodes = &O_ST_M25P; program_opcodes(curopcodes); + printf_debug("done\n"); }
/* find cmd in opcodes-table */