Re: [U-Boot] [PATCH 16/17] console: Enable function to display console info

2012-11-15 Thread Simon Glass
HI Wolfgang, On Sat, Nov 3, 2012 at 8:15 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1351902453-27956-17-git-send-email-...@chromium.org you wrote: The CONFIG_SYS_CONSOLE_INFO_QUIET option should suppress the console information, but allow boards to display it later if

Re: [U-Boot] [PATCH 16/17] console: Enable function to display console info

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message 1351902453-27956-17-git-send-email-...@chromium.org you wrote: The CONFIG_SYS_CONSOLE_INFO_QUIET option should suppress the console information, but allow boards to display it later if required. Adjust the code to support this. This is used to avoid printing the

[U-Boot] [PATCH 16/17] console: Enable function to display console info

2012-11-02 Thread Simon Glass
The CONFIG_SYS_CONSOLE_INFO_QUIET option should suppress the console information, but allow boards to display it later if required. Adjust the code to support this. This is used to avoid printing the information while the LCD display is not ready, since it only becomes ready when stdio init is