Re: [U-Boot] [PATCH 14/27] dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS

2016-07-03 Thread Simon Glass
On 12 June 2016 at 23:30, Simon Glass wrote: > Update the sandbox MMC emulation to use driver model for MMC operations. > > Signed-off-by: Simon Glass > --- > > arch/Kconfig | 1 + > configs/sandbox_defconfig | 4 ++-- > drivers/mmc/sandbox_mmc.c | 17 ++--- > 3 files

[U-Boot] [PATCH 14/27] dm: sandbox: Convert to use CONFIG_CMD_MMC_OPS

2016-06-12 Thread Simon Glass
Update the sandbox MMC emulation to use driver model for MMC operations. Signed-off-by: Simon Glass --- arch/Kconfig | 1 + configs/sandbox_defconfig | 4 ++-- drivers/mmc/sandbox_mmc.c | 17 ++--- 3 files changed, 9 insertions(+), 13 deletions(-) diff --git a/arch/K