x86: fsp: Always use hex numbers in the hob command output
authorBin Meng <bmeng.cn@gmail.com>
Fri, 11 Dec 2015 10:55:51 +0000 (02:55 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jan 2016 04:20:15 +0000 (12:20 +0800)
commit59fb7fbd49b5507204501bd5dce91d6f5ac29814
tree21099af36cde63fcbaaebf8cf2e77a6b0f910993
parentfa331fad1eee0bd86470b49a905ed176aa412b9a
x86: fsp: Always use hex numbers in the hob command output

In the 'fsp hob' command output, decimal numbers and hexadecimal
numbers are used mixedly. Now change to always use hex numbers
to keep consistency.

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