Re: [U-Boot] [PATCH 34/82] x86: fsp: Fix cast for 64-bit compilation

2016-10-10 Thread Bin Meng
Hi Simon, On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > Fix a cast in get_next_hob() that causes warnings on 64-bit machines. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/fsp/fsp_hob.h | 2 +- > 1 file changed, 1 insertion(+), 1

[U-Boot] [PATCH 34/82] x86: fsp: Fix cast for 64-bit compilation

2016-09-25 Thread Simon Glass
Fix a cast in get_next_hob() that causes warnings on 64-bit machines. Signed-off-by: Simon Glass --- arch/x86/include/asm/fsp/fsp_hob.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/x86/include/asm/fsp/fsp_hob.h