commit | d8c6fb8cedbc35eee27730a7fa544e499b3c81cc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 15 21:37:54 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | 7ee071794d8b4fc7592ccfa24ee7c25304ce4088 | |
parent | d63b5b4fbb401e2ffbce5083c7f3d9f8045651ba [diff] |
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>