spl: Add a separate silence option for SPL
authorSimon Glass <sjg@chromium.org>
Fri, 21 Oct 2022 00:22:43 +0000 (18:22 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 15:01:31 +0000 (11:01 -0400)
commit6e55b114aa0b8feff4e7a15a98842f9eaa87407d
treeed105ea91812ad268203c17b93a8784402484930
parentec7e8dad26cc0e3c9f4d1576997c0bbbc7e968e6
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>
common/Kconfig
common/spl/spl.c