cmd: Remove mmc_spi command
authorAnup Patel <Anup.Patel@wdc.com>
Mon, 8 Jul 2019 04:10:55 +0000 (04:10 +0000)
committerPeng Fan <peng.fan@nxp.com>
Mon, 15 Jul 2019 02:30:08 +0000 (10:30 +0800)
commita897269c932999a5c028654489ad68baa6806fdb
tree9cc096cc72dcebfe26b44f6539dc3c22ec7ecde0
parent05e35d429745253752b68f73146c22268ec9a5a8
cmd: Remove mmc_spi command

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>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/Kconfig
cmd/Makefile
cmd/mmc_spi.c [deleted file]
include/configs/UCP1020.h
include/mmc.h