commit | 78c112c9f9eb3cd06ea53e1c414cabc55560e9cd | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Dec 05 14:46:43 2012 +0000 |
committer | Tom Rini <trini@ti.com> | Tue Dec 11 13:18:12 2012 -0700 |
tree | 12686d2c4fbbbcd6be3ebe3730450d64265a4a2c | |
parent | 9ad557be2fc45bb0207cb6cb5de5bf51c9daa689 [diff] |
console: Enable function to display console info 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 complete. Signed-off-by: Simon Glass <sjg@chromium.org>