[U-Boot] [PATCH 05/27] dm: mmc: Move non-CONFIG_BLK code into mmc_legacy.c
Simon Glass
sjg at chromium.org
Mon Jul 4 01:24:48 CEST 2016
On 12 June 2016 at 23:30, Simon Glass <sjg at chromium.org> wrote:
> Rather than having #ifdef in mmc.c, move this code into the legacy file.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/mmc/mmc.c | 95 ------------------------------------------------
> drivers/mmc/mmc_legacy.c | 91 ++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 91 insertions(+), 95 deletions(-)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list