
14 May
2016
14 May
'16
9:37 p.m.
On 1 May 2016 at 13:52, Simon Glass sjg@chromium.org wrote:
The MMC block device is contained within struct mmc. But with driver model this will not be the case. Add a function to obtain the block device. We can later implement this for CONFIG_BLK.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/mmc/mmc.c | 5 +++++ include/mmc.h | 8 ++++++++ 2 files changed, 13 insertions(+)
Applied to u-boot-dm.