commit | 536b456a03d13d7a757cb3d476e296dce63ebc0f | [log] [tgz] |
---|---|---|
author | Pragnesh Patel <pragnesh.patel@sifive.com> | Mon Jun 29 15:17:28 2020 +0530 |
committer | Peng Fan <peng.fan@nxp.com> | Tue Jul 14 16:19:46 2020 +0800 |
tree | b5e0e7bcf2b21fd05a8e8051ee4ee67a31839e88 | |
parent | 68fbc9dfcbfe2b1f44cb4508943d5b7a0c92bda0 [diff] |
mmc: mmc_spi: Generate R1 response for erase block start and end address Erase block start address (CMD32) and erase block end address (CMD33) command will generate R1 response for mmc SPI mode. R1 response is 1 byte long for mmc SPI, so assign 1 byte as a response for this commands. Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Tested-by: Bin Meng <bin.meng@windriver.com>