1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-14 01:00:30 +01:00
Files
u-boot-megous/drivers/i2c
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:00:56 +02:00
2011-04-27 19:38:08 +02:00
2011-04-27 19:38:09 +02:00
2011-09-30 22:01:05 +02:00
2008-10-21 11:25:39 +02:00
2009-10-30 15:10:58 +01:00