]> git.dujemihanovic.xyz Git - u-boot.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)
commit392720b429a967a449e0c02a12193aac4b170c9c
tree8d12a93d46adc6607b4a457959046ec0cac65f83
parentb194e432c3d22bbeb6045b7f294c354d03ee95d3
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