diff options
author | Jagannadha Sutradharudu Teki <jagannadha.sutradharudu-teki@xilinx.com> | 2013-08-04 01:22:24 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2013-08-13 08:38:29 +0200 |
commit | 32749e91aa31338882c02d3499c1376e7e794b82 (patch) | |
tree | b7cd3db553131d3ac438d4639cb3669e9e32710b /common/stdio.c | |
parent | d62a89bd5b5033649a90fa5bfe0f5b32013ca8f8 (diff) | |
download | u-boot-32749e91aa31338882c02d3499c1376e7e794b82.tar.gz |
serial: arm_dcc: Remove stdio structure support
Removed stdio structure ops support on arm_dcc
driver, and need to register with serial core
so-that it can access like remianing serial drivers.
Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'common/stdio.c')
-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 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 |