]> git.sur5r.net Git - u-boot/commit
mmc: atmel: when sending a data command, use the provided block size
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 4 Jan 2018 14:23:29 +0000 (15:23 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:23 +0000 (18:11 +0900)
commit9b79dbd2019d2ef86dae4fab49b0c57360b8b61f
treea945cfe1ce00135dbb28bb0eb162f7b690a43cbd
parentd0e443786cd9179ad3b8e3bbc70cc446af86f8f0
mmc: atmel: when sending a data command, use the provided block size

struct mmc_data contains the block size to use for the data transfer.
Use this information instead of using the default value or the block length
information stored in struct mmc.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/mmc/gen_atmel_mci.c