]> git.ipfire.org Git - thirdparty/u-boot.git/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>
Wed, 30 May 2018 06:24:08 +0000 (08:24 +0200)
commit406366b5bb18d68ac3d0cf661987ad32b634f43e
tree9ff1a41fa63b2c5faddb3e819daaf5c313d20403
parent21812b5fd359d8756d619a15b49b6079ae3f9f36
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