]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/devices.c
arm: add uart dcc support
[karo-tx-uboot.git] / common / devices.c
index 38f1bbc6ae9676693daa8752ae676557d17ebdec..ba53c9bbec4cc1e627749b6f2ce9ad1efe01ab6c 100644 (file)
@@ -215,6 +215,9 @@ int devices_init (void)
        /* Initialize the list */
        INIT_LIST_HEAD(&(devs.list));
 
+#ifdef CONFIG_ARM_DCC_MULTI
+       drv_arm_dcc_init ();
+#endif
 #if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C)
        i2c_init (CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
 #endif