]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/devices.c
* Code cleanup
[karo-tx-uboot.git] / common / devices.c
index 7c859521a3b9548d07d5e13b66bcb1c68dea2a99..b37c99a69b2ff8d666678dee2a160989f2c8e318 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdarg.h>
 #include <malloc.h>
 #include <devices.h>
+#include <serial.h>
 #ifdef CONFIG_LOGBUFFER
 #include <logbuff.h>
 #endif
@@ -194,6 +195,9 @@ int devices_init (void)
        drv_logbuff_init ();
 #endif
        drv_system_init ();
+#ifdef CONFIG_SERIAL_MULTI
+       serial_devices_init ();
+#endif
 #ifdef CONFIG_USB_TTY
        drv_usbtty_init ();
 #endif