On Mon, Jul 8, 2019 at 12:10 PM Anup Patel <anup.pa...@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...@gmail.com>
> Signed-off-by: Anup Patel <anup.pa...@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...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to