]> git.ipfire.org Git - people/ms/u-boot.git/commit
sandbox: Drop special case console code for sandbox
authorSimon Glass <sjg@chromium.org>
Fri, 16 Jun 2017 03:37:54 +0000 (21:37 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
commitd8c6fb8cedbc35eee27730a7fa544e499b3c81cc
tree7ee071794d8b4fc7592ccfa24ee7c25304ce4088
parentd63b5b4fbb401e2ffbce5083c7f3d9f8045651ba
sandbox: Drop special case console code for sandbox

At present sandbox has a special case where it directly calls os_putc()
when it does not have a console yet.

Now that we have the pre-console buffer enabled we can drop this. Any
early characters will be buffered and output later.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
common/console.c