]> git.sur5r.net Git - u-boot/commit
mmc: Changed the datatype of the variable to handle 64-bit arch
authorVipul Kumar <vipul.kumar@xilinx.com>
Thu, 3 May 2018 06:50:54 +0000 (12:20 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 11 May 2018 07:38:27 +0000 (09:38 +0200)
commit36332b6e4b122e0bdb43eb992533bdd911b6c030
tree5feaf9ffe4da679aceb8a3b828e3c28ae90917a8
parent1d6c54ecb39b8591a98f02f9b47af225ff07cd0b
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>
drivers/mmc/mmc.c
drivers/mmc/sdhci.c