From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Sat, 03 May 2014 20:34:27 +0200 Subject: [U-Boot] [PATCH] lcd: Add support for CONFIG_LCD_NOSTDOUT In-Reply-To: <1394115971-22079-1-git-send-email-oe5hpm@oevsv.at> References: <1394115971-22079-1-git-send-email-oe5hpm@oevsv.at> Message-ID: <1399142067.2166.12.camel@yellow> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On do, 2014-03-06 at 15:26 +0100, Hannes Petermaier wrote: > - Adds support for CONFIG_LCD_NOSTDOUT, which prevents switching > stdout to the LCD screen, usefull in case when only lcd_puts(...), > lcd_printf(...) is used for displaying status informations. > > Signed-off-by: Hannes Petermaier > --- > Perhaps I am missing something, but doesn't 'setenv stdout serial' not already do what you want to achieve? Regards, Jeroen