]> git.ipfire.org Git - thirdparty/u-boot.git/commit
mmc: mmc_write: Write only single block at a time
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 2 Feb 2016 05:10:16 +0000 (10:40 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Tue, 2 Feb 2016 07:45:57 +0000 (08:45 +0100)
commit69ea56c61f09a058cd413f87b2a0a41ca4d6f474
tree5db57fa4e2658f5cb495bf5f530068bb2437ada9
parent26a0cd69875ac8e90c437cb95ef7d7515568c3c3
mmc: mmc_write: Write only single block at a time

Write only single block at a time while doing write
operations mmc/SD/eMMC
This is workaround for an issue with multiple block write

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/mmc/mmc_write.c