Commit 10693353 authored by Carl-Daniel Hailfinger's avatar Carl-Daniel Hailfinger
Browse files

Add a debug marker after ICH SPI opcode programming


Corresponding to flashrom svn r281 and coreboot v2 svn r3397.
Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
parent 7e2c0793
......@@ -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 */
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment