]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/stdio.c
usb: net: update README.usb to list all USB ethernet options
[karo-tx-uboot.git] / common / stdio.c
index 721e9a144495a4c37a62d70e457da5d9a6b544f7..844f98c1844bf046b597e981cf7f860c521ee767 100644 (file)
@@ -196,9 +196,6 @@ int stdio_init (void)
        /* Initialize the list */
        INIT_LIST_HEAD(&(devs.list));
 
-#ifdef CONFIG_ARM_DCC
-       drv_arm_dcc_init ();
-#endif
 #ifdef CONFIG_SYS_I2C
        i2c_init_all();
 #else