hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION
authorBin Meng <bin.meng@windriver.com>
Sat, 23 Jan 2021 10:40:00 +0000 (18:40 +0800)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 24 Jan 2021 19:11:05 +0000 (20:11 +0100)
commit1fb85c42ca47e48dd0cfe153db85bdfc1213aedb
tree0ecec0d52bf0b7412bdcdca835124e609d7e593e
parent3a67cbe619179c390908bf415159290acbe96ccd
hw/sd: ssi-sd: Fix the wrong command index for STOP_TRANSMISSION

This fixes the wrong command index for STOP_TRANSMISSION, the
required command to interrupt the multiple block read command,
in the old codes. It should be CMD12 (0x4c), not CMD13 (0x4d).

Fixes: 775616c3ae8c ("Partial SD card SPI mode support")
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210123104016.17485-10-bmeng.cn@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
hw/sd/ssi-sd.c