commit | 2d91068d56f0d9788f3e908045a1b271c8a96be7 | [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 | 662c17de57d0f449f5701e4aa8fdbd82919d64f7 [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>