commit | 6e55b114aa0b8feff4e7a15a98842f9eaa87407d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Oct 20 18:22:43 2022 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 11:01:31 2022 -0400 |
tree | ed105ea91812ad268203c17b93a8784402484930 | |
parent | ec7e8dad26cc0e3c9f4d1576997c0bbbc7e968e6 [diff] |
spl: Add a separate silence option for SPL Add an option to allow silent console to be controlled separately in SPL, so that boot progress can be shown. Disable it by default for sandbox since it is useful to see what is going on there. Signed-off-by: Simon Glass <sjg@chromium.org>