commit | dbad7b49f0531d0177b42e343b710bc5997f1cea | [log] [tgz] |
---|---|---|
author | Vipul Kumar <vipul.kumar@xilinx.com> | Thu May 03 12:20:54 2018 +0530 |
committer | Michal Simek <michal.simek@xilinx.com> | Fri May 11 09:38:27 2018 +0200 |
tree | 5feaf9ffe4da679aceb8a3b828e3c28ae90917a8 | |
parent | b513bcd477733d0fc931789a1c48be2867c5ce21 [diff] |
mmc: Changed the datatype of the variable to handle 64-bit arch 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 <vipul.kumar@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>