commit | be4fbd44304bf3058921cdff6f71b0a83ef01107 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Apr 02 06:29:42 2025 +1300 |
committer | Tom Rini <trini@konsulko.com> | Fri May 02 13:40:25 2025 -0600 |
tree | 4b39ca010379be73965bfc1e0d0f77ad6c0af503 | |
parent | d5099b48b1f12b9856b3f914fd54aed4cddbde9a [diff] |
video: Allow console output to be silenced When using expo we want to be able to control the information on the display and avoid other messages (such as USB scanning) appearing. Add a 'quiet' flag for the console, to help with this. The test is a little messy since stdio is still using the original vidconsole create on start-up. So take care to use the same. Signed-off-by: Simon Glass <sjg@chromium.org>