diff options
Diffstat (limited to 'common/devices.c')
-rw-r--r-- | common/devices.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/devices.c b/common/devices.c index 38f1bbc6ae9..ba53c9bbec4 100644 --- a/common/devices.c +++ b/common/devices.c @@ -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 |