]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
sandbox: Drop special-case sandbox console code
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:34 +0000 (15:38 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:36:29 +0000 (13:36 +0200)
commit35344375feb57d7f22d37d7bb56dc315c2cc44fd
treec764cb80a2d392bcd7c2534e715e2a5912a5d9ce
parentfc6540af3f8e7e983412cdee4a09ae784d8afdf2
sandbox: Drop special-case sandbox console code

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@chromium.org>
common/console.c