Re: [U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL

2015-07-17 Thread Simon Glass
On 23 June 2015 at 15:38, Simon Glass s...@chromium.org wrote: Enable MMC using driver model in SPL for consistency with U-Boot proper. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None common/spl/spl_mmc.c | 17 +++-- 1 file changed,

[U-Boot] [PATCH v3 29/54] dm: mmc: Allow driver model to be used for MMC in SPL

2015-06-23 Thread Simon Glass
Enable MMC using driver model in SPL for consistency with U-Boot proper. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v3: None Changes in v2: None common/spl/spl_mmc.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/common/spl/spl_mmc.c