On 1/26/21 5:43 AM, Bin Meng wrote: > From: Bin Meng <[email protected]> > > The SEND_IF_COND command (CMD8) response is of format R7, but > current code returns R1 for CMD8. Fix it. > > Fixes: 775616c3ae8c ("Partial SD card SPI mode support") > Signed-off-by: Bin Meng <[email protected]> > > --- > When testing with VxWorks driver, this additional issue was exposed. > It looks like VxWorks has stricter parsing on command responses while > U-Boot/Linux drivers are all happy with exising QEMU CMD8 response. > > Based on http://patchwork.ozlabs.org/project/qemu-devel/list/?series=226136 > > hw/sd/ssi-sd.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
