[U-Boot] [PATCH V2] mmc: Tinification of the mmc code

Simon Glass sjg at chromium.org
Fri Oct 28 01:31:18 CEST 2016


Hi Marek,

On 9 June 2016 at 19:05, Marek Vasut <marex at denx.de> wrote:
> Add new configuration option CONFIG_MMC_TINY which strips away all
> memory allocation within the MMC code and code for handling multiple
> cards. This allows extremely space-constrained SPL code use the MMC
> framework.
>
> Signed-off-by: Marek Vasut <marex at denx.de>
> Cc: Tom Rini <trini at konsulko.com>
> Cc: Simon Glass <sjg at chromium.org>
> ---
> V2: Switch the MMC_TINY option to Kconfig
> ---
>  common/spl/spl_mmc.c |  6 +++++-
>  drivers/mmc/Kconfig  | 16 ++++++++++++++
>  drivers/mmc/Makefile |  6 ++++++
>  drivers/mmc/mmc.c    | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++--
>  include/mmc.h        |  1 +
>  5 files changed, 87 insertions(+), 3 deletions(-)

What's the status of these patches? Can they run with DM and CONFIG_BLK?

Regards,
Simon


More information about the U-Boot mailing list