x86: mtrr: Drop the mask display when changing an mtrr
authorSimon Glass <sjg@chromium.org>
Thu, 7 May 2020 14:12:52 +0000 (08:12 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 27 May 2020 06:40:09 +0000 (14:40 +0800)
commitb032db2725dcd440811465f674e93f6c3a0a2573
treeded656b15708585c54aa08a1382ea33bf89d7a61
parent0ab24c37f03a3a23982edb63d88c4f22bb8bc2c5
x86: mtrr: Drop the mask display when changing an mtrr

We don't need to print this information since it is shown when the MTRRs
are displayed. Drop it.

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