
14 May
2016
14 May
'16
9:37 p.m.
On 1 May 2016 at 13:52, Simon Glass sjg@chromium.org wrote:
The block device uclass does not currently support selecting a particular hardware partition but this is needed for MMC. Add it so that the blk API can support MMC properly.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
drivers/block/blk-uclass.c | 29 +++++++++++++++++++++++++++++ include/blk.h | 30 ++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+)
Applied to u-boot-dm.