mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
e3e454cd72
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> |
||
---|---|---|
.. | ||
config.mk | ||
cpu.c | ||
cpu_init.c | ||
firmware_sc_task_bestcomm.impl.S | ||
i2c.c | ||
ide.c | ||
interrupts.c | ||
io.S | ||
loadtask.c | ||
Makefile | ||
pci_mpc5200.c | ||
serial.c | ||
speed.c | ||
start.S | ||
traps.c | ||
u-boot-customlayout.lds | ||
u-boot.lds | ||
usb.c | ||
usb_ohci.c | ||
usb_ohci.h |