]> git.dujemihanovic.xyz Git - u-boot.git/commit
mtrr: Don't show an invalid CPU number
authorSimon Glass <sjg@chromium.org>
Thu, 4 May 2023 22:54:54 +0000 (16:54 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 11 May 2023 02:25:29 +0000 (10:25 +0800)
commit0fb19ffe3056e02408c4e14940d3635bbffd7295
tree6a5a373bc709850d37d3fd5c6b8b60b6ce101643
parent0a9a4384c1483a88776bca38e28f09be51161034
mtrr: Don't show an invalid CPU number

When U-Boot did not do the MP init, we don't get an actual CPU number
here. Skip printing it in that case.

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