Re: [U-Boot] [PATCH] cmd_mem: Store last address/size/etc as ulong

2015-04-24 Thread York Sun
On 03/19/2015 10:50 AM, Simon Glass wrote: > On 19 March 2015 at 10:43, York Sun wrote: >> From: Scott Wood >> >> Otherwise the high 32 bits get truncated on 64-bit U-boot. >> >> Signed-off-by: Scott Wood >> CC: Simon Glass >> --- >> common/cmd_mem.c |6 +++--- >> 1 file changed, 3 inser

Re: [U-Boot] [PATCH] cmd_mem: Store last address/size/etc as ulong

2015-03-19 Thread York Sun
On 03/19/2015 10:50 AM, Simon Glass wrote: > On 19 March 2015 at 10:43, York Sun wrote: >> From: Scott Wood >> >> Otherwise the high 32 bits get truncated on 64-bit U-boot. >> >> Signed-off-by: Scott Wood >> CC: Simon Glass >> --- >> common/cmd_mem.c |6 +++--- >> 1 file changed, 3 inser

Re: [U-Boot] [PATCH] cmd_mem: Store last address/size/etc as ulong

2015-03-19 Thread Simon Glass
On 19 March 2015 at 10:43, York Sun wrote: > From: Scott Wood > > Otherwise the high 32 bits get truncated on 64-bit U-boot. > > Signed-off-by: Scott Wood > CC: Simon Glass > --- > common/cmd_mem.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/common/cmd_mem

[U-Boot] [PATCH] cmd_mem: Store last address/size/etc as ulong

2015-03-19 Thread York Sun
From: Scott Wood Otherwise the high 32 bits get truncated on 64-bit U-boot. Signed-off-by: Scott Wood CC: Simon Glass --- common/cmd_mem.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/cmd_mem.c b/common/cmd_mem.c index bcb3ee3..62a0404 100644 --- a/commo