]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/stdio.c
x86: Add CBMEM console driver for coreboot
[karo-tx-uboot.git] / common / stdio.c
index 605ff3fde3ea30e1f631043ea5003557360689c0..9f48e5f5034da70cda786d8569a7287780868c9c 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);
 }