X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fstdio.c;h=844f98c1844bf046b597e981cf7f860c521ee767;hb=13194f3b5f51d104bdfdd7ff5a7556136b6dc35c;hp=721e9a144495a4c37a62d70e457da5d9a6b544f7;hpb=aaf5e825606a70ddc8fca8e366d8c16a6fd3cc7c;p=u-boot diff --git a/common/stdio.c b/common/stdio.c index 721e9a1444..844f98c184 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -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