[U-Boot] [PATCH v3 6/6] sandbox: Drop special case console code for sandbox

sjg at google.com sjg at google.com
Thu Jul 6 14:51:59 UTC 2017


On Fri, Jun 16, 2017 at 11:37 AM, Simon Glass <sjg at 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 at 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 at gmail.com>

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list