summaryrefslogtreecommitdiff
path: root/common/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/devices.c')
-rw-r--r--common/devices.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/devices.c b/common/devices.c
index b37c99a69b..bd4dfa024a 100644
--- a/common/devices.c
+++ b/common/devices.c
@@ -201,6 +201,9 @@ int devices_init (void)
#ifdef CONFIG_USB_TTY
drv_usbtty_init ();
#endif
+#ifdef CONFIG_NETCONSOLE
+ drv_nc_init ();
+#endif
return (0);
}