[U-Boot] [PATCH v2 08/24] dm: mmc: Use the new select_hwpart() API
Simon Glass
sjg at chromium.org
Sat May 14 21:37:44 CEST 2016
On 1 May 2016 at 13:52, Simon Glass <sjg at chromium.org> wrote:
> Avoid calling directly into the MMC code - use the new API call instead.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> cmd/mmc.c | 8 +++++---
> common/env_mmc.c | 4 ++--
> common/spl/spl_mmc.c | 2 +-
> drivers/dfu/dfu_mmc.c | 13 +++++++++----
> drivers/mmc/mmc.c | 2 +-
> drivers/mmc/mmc_write.c | 5 +++--
> include/mmc.h | 1 -
> 7 files changed, 21 insertions(+), 14 deletions(-)
Applied to u-boot-dm.
More information about the U-Boot
mailing list