From 45988dab6bfbc480443979081a3260b7bce04fd8 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Sat, 30 Mar 2013 02:02:13 +0100 Subject: spkmodem console Change-Id: Ie497e4c8da05001ffe67c4a541bd24aa859ac0e2 Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/2987 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/console/console.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/console/console.c') diff --git a/src/console/console.c b/src/console/console.c index afbba9dd4f..2f7de02655 100644 --- a/src/console/console.c +++ b/src/console/console.c @@ -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 -- cgit v1.2.3