Files
u-boot-tk1-som/drivers
Graeme Russ e3e454cd72 console: Squelch pre-console output in console functions
There are some locations in the code which anticipate printf() being called
before the console is ready by squelching printf() on gd->have_console.
Move this squelching into printf(), vprintf(), puts() and putc(). Also
make tstc() and getc() return 0 if console is not yet initialised

Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
Tested-by: Simon Glass <sjg@chromium.org>
2011-10-01 21:54:49 +02:00
..
2011-09-30 22:01:06 +02:00
2011-09-05 11:41:42 +02:00
2011-09-30 22:00:55 +02:00
2011-08-04 23:34:02 +02:00
2011-09-30 22:00:55 +02:00