
16 Jun
2017
16 Jun
'17
7:08 a.m.
On Fri, Jun 16, 2017 at 11:37 AM, Simon Glass sjg@chromium.org wrote:
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
Changes in v3:
- Add new patch to drop special case console code for sandbox
Changes in v2: None
common/console.c | 13 ------------- 1 file changed, 13 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com