mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
committed by
Michal Simek
parent
d62a89bd5b
commit
32749e91aa
@@ -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
|
||||
|
Reference in New Issue
Block a user