diff options
Diffstat (limited to 'util/flashrom')
-rw-r--r-- | util/flashrom/ichspi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/flashrom/ichspi.c b/util/flashrom/ichspi.c index b6b0f36fd6..7cc9ca7433 100644 --- a/util/flashrom/ichspi.c +++ b/util/flashrom/ichspi.c @@ -581,9 +581,10 @@ int ich_spi_command(unsigned int writecnt, unsigned int readcnt, /* 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 */ |