commit | 73c6cd6c0bdb3af76d573f619bbcc141758bb16b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 20 21:37:57 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Nov 03 07:20:29 2019 +0800 |
tree | 8d0865023bfd580e058fa99577962bd39b2dd35a | |
parent | 09455d3a8fe0f3413a820fc26f016a2d9ec496e8 [diff] |
x86: Quieten TPL's jump_to_image_no_args() We already a message indicating that U-Boot is about to jump to SPL, so make this one a debug() to reduce code size. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>