x86: zimage: Quieten down the zimage boot process
authorSimon Glass <sjg@chromium.org>
Wed, 4 Nov 2020 16:59:15 +0000 (09:59 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 6 Nov 2020 01:51:34 +0000 (09:51 +0800)
commita40f890bdb01c54745274a939cd23942d92648ab
tree77af4d7c10890a1d1fdfb8bec134492feca63b0a
parent7c79eddbec32d8258df701d95d8b432f9835110b
x86: zimage: Quieten down the zimage boot process

Much of the output is not very useful. The bootm command is quite a bit
quieter. Convert some output to use log_debug().

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@toradex.com>
arch/x86/lib/zimage.c