From: Hannes Petermaier <hannes@petermaier.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] lcd: Add support for CONFIG_LCD_NOSTDOUT
Date: Wed, 04 Feb 2015 10:05:49 +0100 [thread overview]
Message-ID: <54D1E0ED.7000804@petermaier.org> (raw)
In-Reply-To: <20140811155235.260153d0@crub>
On 2014-08-11 15:52, Anatolij Gustschin wrote:
> Hi,
Hi,
sorry for my late response because i've been working on some other
project for a couple of months.
>
> On Thu, 6 Mar 2014 15:26:11 +0100
> Hannes Petermaier <oe5hpm@oevsv.at> wrote:
> ...
>> + CONFIG_LCD_NOSTDOUT
>> + Normally 'stdout' is redirected to LCD-screen after
>> + initialization. Define CONFIG_LCD_NOSTDOUT to avoid this.
>> + Useful in case where only lcd_puts(...), lcd_printf(...)
>> + functions of the framework are used and 'normal' u-boot
>> + console remains e.g. on serial-line.
>> +
> this console redirection to lcd can be disabled by defining
>
> #define CONFIG_SYS_CONSOLE_IS_IN_ENV
> #define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
>
> in the board config file and adding below function to
> the board code:
>
> int overwrite_console(void)
> {
> return 1;
> }
>
> Can you please try it instead of this patch?
Yes - that works for me - so we can close the case.
Many thanks.
I will create some patch for the B&R boards.
>
> Best regards,
>
> Anatolij
best regards,
Hannes
prev parent reply other threads:[~2015-02-04 9:05 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-06 14:26 [U-Boot] [PATCH] lcd: Add support for CONFIG_LCD_NOSTDOUT Hannes Petermaier
2014-03-06 19:49 ` Gerhard Sittig
2014-03-06 20:28 ` Hannes Petermaier
2014-03-08 19:46 ` Hannes Petermaier
2014-03-10 19:44 ` Gerhard Sittig
2014-05-03 18:34 ` Jeroen Hofstee
2014-05-05 6:21 ` Hannes Petermaier
2014-08-11 13:52 ` Anatolij Gustschin
2015-02-04 9:05 ` Hannes Petermaier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54D1E0ED.7000804@petermaier.org \
--to=hannes@petermaier.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.