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
@ -119,6 +119,10 @@ void console_init(void)
|
||||
#if CONFIG_CONSOLE_CBMEM
|
||||
cbmemc_init();
|
||||
#endif
|
||||
#if CONFIG_SPKMODEM
|
||||
spkmodem_init();
|
||||
#endif
|
||||
|
||||
static const char console_test[] =
|
||||
"\n\ncoreboot-"
|
||||
COREBOOT_VERSION
|
||||
|
Reference in New Issue
Block a user