commit | 85763fc1bf8eb0688d88cd83125c0d25360d4fe1 | [log] [tgz] |
---|---|---|
author | Alberto Panizzo <alberto@amarulasolutions.com> | Thu Jul 12 13:05:49 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Wed Aug 08 22:22:08 2018 +0200 |
tree | 39de7db1cac62f3c09cb0a818c25e02cf305f9c1 | |
parent | 7ecbcb8a916d91694142d6c50b22f114db03f0ca [diff] |
usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytes As well as in K_FW_LBA_READ_10 and K_FW_LBA_ERASE_10 take device's block size from f_rkusb->desc->blksz instead of the fixed 512 bytes. Keep original behaviour of retry probing assigned block device on every host request to manage late SDCard plugs. Signed-off-by: Alberto Panizzo <alberto@amarulasolutions.com>