[U-Boot] [PATCH v3 4/6] cmd: Remove mmc_spi command
Bin Meng
bmeng.cn at gmail.com
Mon Jul 8 05:58:16 UTC 2019
On Mon, Jul 8, 2019 at 12:10 PM Anup Patel <Anup.Patel at 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 at gmail.com>
> Signed-off-by: Anup Patel <anup.patel at 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 at gmail.com>
More information about the U-Boot
mailing list