commit | a40f890bdb01c54745274a939cd23942d92648ab | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 04 09:59:15 2020 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Fri Nov 06 09:51:34 2020 +0800 |
tree | 77af4d7c10890a1d1fdfb8bec134492feca63b0a | |
parent | 7c79eddbec32d8258df701d95d8b432f9835110b [diff] |
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>