
On Mon, Jul 8, 2019 at 12:10 PM Anup Patel Anup.Patel@wdc.com wrote:
The mmc_spi command was added to manually setup MMC over SPI bus using command. This was required by the legacy non-DM MMC_SPI driver.
With DM based MMC_SPI driver in-place, we can now use all general storge commands and mmc command for MMC over SPI bus hence we remove the mmc_spi command all it's references.
Suggested-by: Bin Meng bmeng.cn@gmail.com Signed-off-by: Anup Patel anup.patel@wdc.com
cmd/Kconfig | 9 --- cmd/Makefile | 1 - cmd/mmc_spi.c | 88 ------------------------------ configs/UCP1020_SPIFLASH_defconfig | 1 - configs/UCP1020_defconfig | 1 - include/configs/UCP1020.h | 1 - include/mmc.h | 1 - 7 files changed, 102 deletions(-) delete mode 100644 cmd/mmc_spi.c
Reviewed-by: Bin Meng bmeng.cn@gmail.com