From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Thu, 19 Nov 2015 21:54:34 +0100 Subject: [U-Boot] [PATCH] LCD: Add an option to skip registration as an stdio output In-Reply-To: <1446567289-8054-1-git-send-email-sayotte.tyco@gmail.com> References: <1446567289-8054-1-git-send-email-sayotte.tyco@gmail.com> Message-ID: <20151119215434.3ec9102d@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 3 Nov 2015 11:14:49 -0500 sayotte.tyco at gmail.com wrote: > From: Stephane Ayotte > > This patch adds an option to skip the registration of LCD stdio ouput for > boards that want to show different text on LCD than on serial output (or > the active stdout selected by the environment variable). > > Signed-off-by: Stephane Ayotte > --- > > This implementation is similar to what has been added to cfb_console.c by > Stefan Roese per commit 6cc7ba9e on 05/15/2009 > > I am sending this patch using > as our regular smtp server causes patch issues. > > common/lcd.c | 13 +++++++++++++ > 1 file changed, 13 insertions(+) applied to u-boot-video/master, thanks! Anatolij