Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblaze

This commit is contained in:
Tom Rini
2013-08-13 16:49:44 -04:00
4 changed files with 25 additions and 24 deletions

View File

@@ -83,9 +83,6 @@ 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
int drv_arm_dcc_init(void);
#endif
#ifdef CONFIG_LCD
int drv_lcd_init (void);
#endif