From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 3 Nov 2012 02:35:45 +0100 Subject: [U-Boot] [PATCH 1/2] serial: Remove the "serial" console device In-Reply-To: <1351806388-27322-1-git-send-email-joe.hershberger@ni.com> References: <1351806388-27322-1-git-send-email-joe.hershberger@ni.com> Message-ID: <201211030235.45765.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 Joe Hershberger, > Each serial device is added as a console device. There was also the > "serial" device that points to the most-recently-assigned-to-some- > console-handle device. This can be confusing. Instead, only show the > actual serial devices. > > Signed-off-by: Joe Hershberger > --- > common/console.c | 37 +++++++++++++++++++------------------ > common/stdio.c | 12 +----------- > 2 files changed, 20 insertions(+), 29 deletions(-) > [...] You also remove the nulldev, shouldn't it go via separate patch? ... but otherwise it's good. Best regards, Marek Vasut