commit | da229e4e57b7d028cf01d52ac70832a90453e289 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jun 23 15:38:34 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 21 17:39:22 2015 -0600 |
tree | 0e84ace88092bf612550f7933b5dd10f3272e03c | |
parent | d6ea5307daf200c0c1f80d241e10bb69a1da2c8c [diff] |
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>