Re: [PATCH v3 01/16] mtrr: Don't show an invalid CPU number

2023-05-04 Thread Bin Meng
On Mon, Mar 27, 2023 at 12:16 PM Simon Glass wrote: > > 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 > --- > > (no changes since v2) > > Changes in v2: > - Don't show an invalid CPU number on error > >

[PATCH v3 01/16] mtrr: Don't show an invalid CPU number

2023-03-26 Thread Simon Glass
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 --- (no changes since v2) Changes in v2: - Don't show an invalid CPU number on error cmd/x86/mtrr.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-)