Add command for handling DDR ECC registers on MPC8349EE MDS board.
[oweals/u-boot.git] / common / devices.c
index b37c99a69b2ff8d666678dee2a160989f2c8e318..bd4dfa024a94460415f5948cc6947215367e54b3 100644 (file)
@@ -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);
 }