From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 18 Dec 2015 19:52:14 -0700 Subject: [U-Boot] [PATCH 08/10] x86: fsp: Always use hex numbers in the hob command output In-Reply-To: <1449831353-933-9-git-send-email-bmeng.cn@gmail.com> References: <1449831353-933-1-git-send-email-bmeng.cn@gmail.com> <1449831353-933-9-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 insertions(+), 2 deletions(-) Acked-by: Simon Glass