From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 26 Jan 2013 06:43:56 +0100 Subject: [U-Boot] [PATCH 1/2] serial: arm_dcc: Remove CONFIG_ARM_DCC_MULTI option In-Reply-To: <1358934007-14928-2-git-send-email-michal.simek@xilinx.com> References: <1358934007-14928-1-git-send-email-michal.simek@xilinx.com> <1358934007-14928-2-git-send-email-michal.simek@xilinx.com> Message-ID: <201301260643.56733.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Michal Simek, > 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 I think it looks good. Acked-by: Marek Vasut btw. did I by any chance became serial subsystem custodian without knowing about it recently? ;-) Best regards, Marek Vasut