sandbox: Drop special-case sandbox console code
authorSimon Glass <sjg@chromium.org>
Tue, 23 Jun 2015 21:38:34 +0000 (15:38 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:22 +0000 (17:39 -0600)
commitda229e4e57b7d028cf01d52ac70832a90453e289
tree0e84ace88092bf612550f7933b5dd10f3272e03c
parentd6ea5307daf200c0c1f80d241e10bb69a1da2c8c
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