summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-06-29 10:57:13 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2008-06-29 10:57:13 +0000
commit10693353eef0cddcfb844c318363da787f69e023 (patch)
treecce5da83fc71703c0eae833f9a992437d13e3a55
parent7e2c079367fb2b9eb298b51a102ab40a70e79332 (diff)
downloadast2050-flashrom-10693353eef0cddcfb844c318363da787f69e023.zip
ast2050-flashrom-10693353eef0cddcfb844c318363da787f69e023.tar.gz
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 <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de>
-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