Re: [U-Boot] [PATCH] mmc: Changed the datatype of the variable to handle 64-bit arch

2018-05-11 Thread Michal Simek
On 3.5.2018 08:53, Michal Simek wrote: > From: Vipul Kumar > > This patch changed the datatype of variable "start" from uint to ulong > to work properly on 64-bit machines as well. Also the return type of > get_timer() function is ulong. > > Signed-off-by: Vipul Kumar

[U-Boot] [PATCH] mmc: Changed the datatype of the variable to handle 64-bit arch

2018-05-03 Thread Michal Simek
From: Vipul Kumar This patch changed the datatype of variable "start" from uint to ulong to work properly on 64-bit machines as well. Also the return type of get_timer() function is ulong. Signed-off-by: Vipul Kumar Signed-off-by: Michal Simek