From: Philippe Mathieu-Daudé Date: Wed, 3 Jul 2024 07:59:49 +0000 (+0200) Subject: hw/sd/sdcard: Remove leftover comment about removed 'spi' Property X-Git-Tag: v9.1.0-rc0~43^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5487ddba583ea68f50cd871c0a8fcdff18aaf4e;p=thirdparty%2Fqemu.git hw/sd/sdcard: Remove leftover comment about removed 'spi' Property 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é Reviewed-by: Manos Pitsidianakis Tested-by: Andrew Jeffery Message-Id: <20240703085907.66775-2-philmd@linaro.org> --- diff --git a/hw/sd/sd.c b/hw/sd/sd.c index b1584027049..53767beaf88 100644 --- a/hw/sd/sd.c +++ b/hw/sd/sd.c @@ -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() };