]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
console: Enable function to display console info
authorSimon Glass <sjg@chromium.org>
Wed, 5 Dec 2012 14:46:43 +0000 (14:46 +0000)
committerTom Rini <trini@ti.com>
Tue, 11 Dec 2012 20:18:12 +0000 (13:18 -0700)
commit78c112c9f9eb3cd06ea53e1c414cabc55560e9cd
tree12686d2c4fbbbcd6be3ebe3730450d64265a4a2c
parent9ad557be2fc45bb0207cb6cb5de5bf51c9daa689
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>
common/console.c