]> git.ipfire.org Git - people/ms/u-boot.git/commit
common/console.c: Drop sandbox special-case console code
authorStefan Roese <sr@denx.de>
Mon, 16 Nov 2015 14:26:31 +0000 (15:26 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 23 Nov 2015 15:56:06 +0000 (10:56 -0500)
commitdd5577703b99170e88fad3994c7865d1e9bc2874
tree5f9acd0a0ae7603159bde0c195ac45c8f3f7df0c
parentf300dccde433bf9e0223e1be489822fdc1cc83e2
common/console.c: Drop sandbox special-case console code

As done in commit da229e4e [sandbox: Drop special-case sandbox console code],
this patch drops the sandbox special-case code in vprintf() that was
missed by Simon at that time.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
common/console.c