diff options
Diffstat (limited to 'common/stdio.c')
| -rw-r--r-- | common/stdio.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/stdio.c b/common/stdio.c index 97ff9cf4a..5d5117c0e 100644 --- a/common/stdio.c +++ b/common/stdio.c @@ -207,7 +207,7 @@ int stdio_init (void)  	/* Initialize the list */  	INIT_LIST_HEAD(&(devs.list)); -#ifdef CONFIG_ARM_DCC_MULTI +#ifdef CONFIG_ARM_DCC  	drv_arm_dcc_init ();  #endif  #if defined(CONFIG_HARD_I2C) || defined(CONFIG_SOFT_I2C) |