spkmodem console
Change-Id: Ie497e4c8da05001ffe67c4a541bd24aa859ac0e2 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/2987 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
committed by
Ronald G. Minnich
parent
8a6f7a77f3
commit
45988dab6b
@@ -28,6 +28,10 @@
|
||||
#if CONFIG_CONSOLE_NE2K
|
||||
#include <console/ne2k.h>
|
||||
#endif
|
||||
#if CONFIG_SPKMODEM
|
||||
#include <console/spkmodem.h>
|
||||
#endif
|
||||
|
||||
|
||||
void console_tx_byte(unsigned char byte)
|
||||
{
|
||||
@@ -52,6 +56,9 @@ void console_tx_byte(unsigned char byte)
|
||||
#if CONFIG_CONSOLE_CBMEM
|
||||
cbmemc_tx_byte(byte);
|
||||
#endif
|
||||
#if CONFIG_SPKMODEM
|
||||
spkmodem_tx_byte(byte);
|
||||
#endif
|
||||
}
|
||||
|
||||
void console_tx_flush(void)
|
||||
|
Reference in New Issue
Block a user