]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option
authorMichal Simek <michal.simek@xilinx.com>
Tue, 22 Jan 2013 23:40:06 +0000 (23:40 +0000)
committerTom Rini <trini@ti.com>
Mon, 4 Feb 2013 14:14:21 +0000 (09:14 -0500)
commite70fb539a634ab86153353aec8a9c1fede818eb0
tree02f9532b071520d528f7f319c1c5b75f09c0cf40
parent3981d02e0bbaecce9cb32c6f2366417a51c033ec
serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option

CONFIG_ARM_DCC_MULTI should be also removed in the patch
"serial: Remove CONFIG_SERIAL_MULTI from serial drivers"
(sha1: a3827250606895ec2dd4b8d867342b7cabf3692f)
Because the driver defines serial_* functions
which cause conflict with serial.c (multiple definition of serial_*)

Removing CONFIG_SERIAL_MULTI function also require to define
default_serial_console for cases where another serial driver
is not available in the system.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Marek Vasut <marex@denx.de>
common/stdio.c
drivers/serial/arm_dcc.c
include/stdio_dev.h