From 10693353eef0cddcfb844c318363da787f69e023 Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Sun, 29 Jun 2008 10:57:13 +0000 Subject: Add a debug marker after ICH SPI opcode programming Corresponding to flashrom svn r281 and coreboot v2 svn r3397. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer --- ichspi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ichspi.c b/ichspi.c index b6b0f36f..7cc9ca74 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 */ -- cgit v1.2.3