[PATCH 28/32] x86: Silence some logging statements

Bin Meng bmeng.cn at gmail.com
Fri Oct 16 16:17:35 CEST 2020


On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <sjg at chromium.org> wrote:
>
> Quite a few log_info() calls are included in the x86 code which should use
> log_debug() instead. Convert them to reduce unwanted output.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/cpu/apollolake/fsp_s.c            | 8 ++++----
>  arch/x86/cpu/intel_common/intel_opregion.c | 2 +-
>  arch/x86/cpu/intel_common/itss.c           | 8 ++++----
>  arch/x86/lib/acpi_nhlt.c                   | 2 +-
>  arch/x86/lib/fsp/fsp_graphics.c            | 2 +-
>  5 files changed, 11 insertions(+), 11 deletions(-)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list