commit | 6b405b781d2990dbf875dbaab46f935b635cca44 | [log] [tgz] |
---|---|---|
author | Lei Wen <leiwen@marvell.com> | Thu Oct 14 13:38:11 2010 +0800 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 27 20:39:33 2010 +0200 |
tree | cdaa399b72e1c716df9963b3b3564243abf5a68a | |
parent | c81025daf882b2a6bf1571deaf5f0221fc0fd774 [diff] |
mmc: seperate block number into small parts for multi-write cmd Constraint the mmc framework to only send no more than 65535 blocks in one go during the multi-write command. This constraint comes due to the limitation of 16bit width block counter register at some hardware. Signed-off-by: Lei Wen <leiwen@marvell.com> Cc: Reinhard Meyer <u-boot@emk-elektronik.de>