[U-Boot] [PATCH v3 12/54] sandbox: Drop special-case sandbox console code

Simon Glass sjg at chromium.org
Sat Jul 18 01:56:32 CEST 2015


On 23 June 2015 at 15:38, Simon Glass <sjg at chromium.org> wrote:
> At present printf() skips output if it can see there is no console. This
> is really just an optimisation, and is not necessary. Also it is currently
> incorrect in some cases. Rather than update the logic, just remove it so
> that we don't need to keep it in sync.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v3: None
> Changes in v2: None
>
>  common/console.c | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)

Applied to u-boot-dm.


More information about the U-Boot mailing list