On Mon, Sep 28, 2020 at 12:26 PM Simon Glass <s...@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 <s...@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...@gmail.com>