x86: Silence some logging statements
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:57:39 +0000 (09:57 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 01:51:32 +0000 (09:51 +0800)
commit1da448bb9fd281e5a0574aab838d9ef1f6b18575
tree6adc2fee9f477bf8ecc39bc1b9a8154fd4368859
parentd0147fe8a27aaf21eb07d15088cd417853e76965
x86: Silence some logging statements

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@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/fsp_s.c
arch/x86/cpu/intel_common/intel_opregion.c
arch/x86/cpu/intel_common/itss.c
arch/x86/lib/acpi_nhlt.c
arch/x86/lib/fsp/fsp_graphics.c