]> git.ipfire.org Git - thirdparty/qemu.git/commit
hw/sd/sdcard: Remove ACMD6 handler for SPI mode
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 20 Jun 2024 12:43:13 +0000 (14:43 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 24 Jun 2024 08:41:42 +0000 (10:41 +0200)
commit3b87fff1cd34a1f7cbf2884e615cfd69c28c8ef2
tree8e3c9b894f41f23187bdfb6cb509df8839a654cc
parenteac7ce3de78ee96c3e2b3eb2678682e44078bcdf
hw/sd/sdcard: Remove ACMD6 handler for SPI mode

There is no ACMD6 command in SPI mode, remove the pointless
handler introduced in commit 946897ce18 ("sdcard: handles
more commands in SPI mode"). Keep sd_cmd_unimplemented()
since we'll reuse it later.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@redhat.com>
Tested-by: Cédric Le Goater <clg@redhat.com>
Message-Id: <20240621080554.18986-8-philmd@linaro.org>
hw/sd/sd.c