]> git.baikalelectronics.ru Git - uboot.git/commit
x86: mrc: Correct SPL debug message
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:50:53 +0000 (16:50 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commit0717f9a638f9ae69b14dc04fe403c9b37921b2ae
tree8d12a93d46adc6607b4a457959046ec0cac65f83
parent0b6e1b0b55b8421c4f102e76e90deec754ad8d85
x86: mrc: Correct SPL debug message

SPL printf() does not normally support %#x so just use %x instead. Hex is
expected in U-Boot anyway.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/lib/mrccache.c