summaryrefslogtreecommitdiffstats
path: root/ichspi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ichspi.c')
-rw-r--r--ichspi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ichspi.c b/ichspi.c
index b6b0f36..7cc9ca7 100644
--- a/ichspi.c
+++ b/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 */
OpenPOWER on IntegriCloud