]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Quieten TPL's jump_to_image_no_args()
authorSimon Glass <sjg@chromium.org>
Mon, 21 Oct 2019 03:37:57 +0000 (21:37 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 2 Nov 2019 23:20:29 +0000 (07:20 +0800)
commitba2fd80bf90d6e1699e264c5e13b281104795bc4
tree8d0865023bfd580e058fa99577962bd39b2dd35a
parent0a7bf56cf56306a96993083d816e3a850634235e
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>
arch/x86/lib/tpl.c