diff options
| author | Tom Rini <trini@ti.com> | 2013-08-13 16:49:44 -0400 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-08-13 16:49:44 -0400 |
| commit | df785a7ffb7197330ec9b281cd149cbf6cec2d37 (patch) | |
| tree | 8cc8414726bba7466a38ca375831328bc59ad53c /common | |
| parent | b98d934128bcd98106e764d2f492ac79c38ae53d (diff) | |
| parent | a168d3af5d9887019e62c4d4f842c79971079a0b (diff) | |
| download | olio-uboot-2014.01-df785a7ffb7197330ec9b281cd149cbf6cec2d37.tar.xz olio-uboot-2014.01-df785a7ffb7197330ec9b281cd149cbf6cec2d37.zip | |
Merge branch 'dcc' of git://www.denx.de/git/u-boot-microblaze
Diffstat (limited to 'common')
| -rw-r--r-- | common/stdio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/stdio.c b/common/stdio.c index 721e9a144..844f98c18 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 |