Hi Marek, On 9 June 2016 at 19:05, Marek Vasut <[email protected]> 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 <[email protected]> > Cc: Tom Rini <[email protected]> > Cc: Simon Glass <[email protected]> > --- > 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 _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

