x86: Add CBMEM console driver for coreboot
[platform/kernel/u-boot.git] / common / stdio.c
index 605ff3f..9f48e5f 100644 (file)
@@ -237,6 +237,8 @@ int stdio_init (void)
 #ifdef CONFIG_JTAG_CONSOLE
        drv_jtag_console_init ();
 #endif
-
+#ifdef CONFIG_CBMEM_CONSOLE
+       cbmemc_init();
+#endif
        return (0);
 }