]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/devices.c
* Add support for log buffer which can be passed to Linux kernel's
[karo-tx-uboot.git] / common / devices.c
index 2d0b04614f3bbfe6c398a2ef40035c9c14999c65..8207f834fee014ac4d3a90d0a8c87a31ceaf73d5 100644 (file)
@@ -177,6 +177,9 @@ int devices_init (void)
 #endif
 #ifdef CONFIG_WL_4PPM_KEYBOARD
        drv_wlkbd_init ();
+#endif
+#ifdef CONFIG_LOGBUFFER
+       drv_logbuff_init ();
 #endif
        drv_system_init ();