Skip to content
Snippets Groups Projects
Select Git revision
  • 7b8ffea2ac44097ed1c99ba70b8c6a4cf12ba0b4
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

i2c

Forked from Reform / reform-boundary-uboot
38432 commits behind the upstream repository.
user avatar
Graeme Russ authored
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: default avatarGraeme Russ <graeme.russ@gmail.com>
Tested-by: default avatarSimon Glass <sjg@chromium.org>
e3e454cd
History