On 10/28/2016 01:31 AM, Simon Glass wrote: > 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?
Probably broken due to the changes in the MMC subsys. I have a rebased version, but I didn't test it on the hardware itself. If you want to test them, I can send you the patch(es). -- Best regards, Marek Vasut _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

