
H iMarek,
On 27 October 2016 at 16:40, Marek Vasut marex@denx.de wrote:
On 10/28/2016 01:31 AM, Simon Glass wrote:
Hi Marek,
On 9 June 2016 at 19:05, Marek Vasut marex@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@denx.de Cc: Tom Rini trini@konsulko.com Cc: Simon Glass sjg@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?
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).
Yes I can do that - can you push them to a tree somewhere?
Regards, Simon