]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfad7cc57234795fb6a79be2aa3cf97955ab29308
treeed105ea91812ad268203c17b93a8784402484930
parentbe540086d719fbf0163635b6a0ba0e70efd11a37
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