diff options
author | Kim Phillips <kim.phillips@freescale.com> | 2013-02-04 11:16:26 -0600 |
---|---|---|
committer | Kim Phillips <kim.phillips@freescale.com> | 2013-02-04 11:16:26 -0600 |
commit | 9a32084ea0cf55d22384f083002ee9932e074f31 (patch) | |
tree | 726a2ee288654832876f3e81ff5f1d356e784e13 /include/stdio_dev.h | |
parent | 8f171a56b58e2e89d0e5e995f074f774c2d64bc3 (diff) | |
parent | 2d795c9621de274cb0cb8cf4af5941293f89c3be (diff) | |
download | u-boot-imx-9a32084ea0cf55d22384f083002ee9932e074f31.zip u-boot-imx-9a32084ea0cf55d22384f083002ee9932e074f31.tar.gz u-boot-imx-9a32084ea0cf55d22384f083002ee9932e074f31.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot
Diffstat (limited to 'include/stdio_dev.h')
-rw-r--r-- | include/stdio_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdio_dev.h b/include/stdio_dev.h index 932d093..9451740 100644 --- a/include/stdio_dev.h +++ b/include/stdio_dev.h @@ -99,7 +99,7 @@ struct list_head* stdio_get_list(void); struct stdio_dev* stdio_get_by_name(const char* name); struct stdio_dev* stdio_clone(struct stdio_dev *dev); -#ifdef CONFIG_ARM_DCC_MULTI +#ifdef CONFIG_ARM_DCC int drv_arm_dcc_init(void); #endif #ifdef CONFIG_LCD |