log ec data with DEBUG_SPEW

Change-Id: I26424e80c776bfc134528f42e87fde42d6a13108
Signed-off-by: Sven Schnelle <svens@stackframe.org>
Reviewed-on: http://review.coreboot.org/28
Tested-by: build bot (Jenkins)
This commit is contained in:
Sven Schnelle 2011-06-12 16:53:25 +02:00
parent fed129b0d5
commit 5d9a83c9f0
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ u8 recv_ec_data(void)
}
data = inb(ec_data_reg);
printk(BIOS_DEBUG, "recv_ec_data: 0x%02x\n", data);
printk(BIOS_SPEW, "recv_ec_data: 0x%02x\n", data);
return data;
}