Re: [U-Boot] [PATCH 21/82] x86: Correct address casts in cpu code

2016-10-10 Thread Bin Meng
On Tue, Oct 11, 2016 at 11:16 AM, Bin Meng wrote: > On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: >> We should cast an address to unsigned long, not u32. >> >> Signed-off-by: Simon Glass >> --- >> >> arch/x86/cpu/cpu.c | 10 -- >> 1 file changed, 4 insertions(+), 6 deletions(-) >

Re: [U-Boot] [PATCH 21/82] x86: Correct address casts in cpu code

2016-10-10 Thread Bin Meng
On Mon, Sep 26, 2016 at 11:33 AM, Simon Glass wrote: > We should cast an address to unsigned long, not u32. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/cpu.c | 10 -- > 1 file changed, 4 insertions(+), 6 deletions(-) > Reviewed-by: Bin Meng ___

[U-Boot] [PATCH 21/82] x86: Correct address casts in cpu code

2016-09-25 Thread Simon Glass
We should cast an address to unsigned long, not u32. Signed-off-by: Simon Glass --- arch/x86/cpu/cpu.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/arch/x86/cpu/cpu.c b/arch/x86/cpu/cpu.c index 269043d..7c1d6de 100644 --- a/arch/x86/cpu/cpu.c +++ b/arch/x86/cpu