]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/sd/sdcard: Remove leftover comment about removed 'spi' Property
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 3 Jul 2024 07:59:49 +0000 (09:59 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 5 Jul 2024 21:50:15 +0000 (23:50 +0200)
Commit c3287c0f70 ("hw/sd: Introduce a "sd-card" SPI variant
model") removed the 'spi' property. Remove the comment left
over.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Tested-by: Andrew Jeffery <andrew@codeconstruct.com.au>
Message-Id: <20240703085907.66775-2-philmd@linaro.org>

hw/sd/sd.c

index b15840270491e720f3d41540d716f04b692736ae..53767beaf881cb2c8299c121afb86f3852a644df 100644 (file)
@@ -2473,10 +2473,6 @@ static Property sd_properties[] = {
     DEFINE_PROP_UINT8("spec_version", SDState,
                       spec_version, SD_PHY_SPECv2_00_VERS),
     DEFINE_PROP_DRIVE("drive", SDState, blk),
-    /* We do not model the chip select pin, so allow the board to select
-     * whether card should be in SSI or MMC/SD mode.  It is also up to the
-     * board to ensure that ssi transfers only occur when the chip select
-     * is asserted.  */
     DEFINE_PROP_END_OF_LIST()
 };