On Mon, Sep 19, 2016 at 04:33:11PM -0600, Simon Glass wrote:

> This converts the following to Kconfig:
>    CONFIG_SYS_CONSOLE_INFO_QUIET
> 
> Signed-off-by: Simon Glass <s...@chromium.org>
[snip]
>  251 files changed, 217 insertions(+), 88 deletions(-)
[snip]
> diff --git a/common/Kconfig b/common/Kconfig
> index bf1e277..815e11d 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -318,6 +318,14 @@ config SYS_CONSOLE_ENV_OVERWRITE
>         start-up (after relocation). This causes the environment to be
>         updated to match the console devices actually chosen.
>  
> +config SYS_CONSOLE_INFO_QUIET
> +     bool "Don't display the console devices on boot"
> +     help
> +       Normally U-Boot displays the current settings for stdout, stdin
> +       and stderr on boot when the post-relocation console is set up.
> +       Enable this option to supress this output. It can be obtained by
> +       calling stdio_print_current_devices() from board code.
> +
>  endmenu

Maybe default y if !CONSOLE_MUX ?

-- 
Tom

Attachment: signature.asc
Description: Digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to