Re: [U-Boot] [PATCH 08/10] x86: fsp: Always use hex numbers in the hob command output

2015-12-20 Thread Bin Meng
On Sat, Dec 19, 2015 at 10:52 AM, Simon Glass wrote: > On 11 December 2015 at 03:55, Bin Meng wrote: >> 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 >> ---

Re: [U-Boot] [PATCH 08/10] x86: fsp: Always use hex numbers in the hob command output

2015-12-18 Thread Simon Glass
On 11 December 2015 at 03:55, Bin Meng wrote: > 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 > --- > > arch/x86/lib/fsp/cmd_fsp.c | 4 ++-- > 1 file changed, 2

[U-Boot] [PATCH 08/10] x86: fsp: Always use hex numbers in the hob command output

2015-12-11 Thread Bin Meng
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 --- arch/x86/lib/fsp/cmd_fsp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/lib/fsp/cm