Add a debug marker after ICH SPI opcode programming.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3397 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c2e8fd42b0
commit
7b425c1c11
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue